#56C1CD

Color #56C1CD Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #56C1CD

Tints of Viking #56C1CD

Color information

#56C1CD (or 0x56C1CD) is unknown color: approx Viking. HEX triplet: 56, C1 and CD. RGB value is (86,193,205). Sum of RGB (Red+Green+Blue) = 86+193+205=484 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.77% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #56C1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C1CD is #A93E32. Grayscale: #A2A2A2. Windows color (decimal): -11091507 or 13484374. OLE color: 13484374.

HSL color Cylindrical-coordinate representation of color #56C1CD: hue angle of 186.05º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56C1CD is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB86193205-
CMYK0.580.0600.20
HSL186.05º54.34%57.06%-
HSV(B)186.05º58.05%80.39%-
XYZ33.9344.5364.56-
YUV162.38152.0573.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 17.77%
GREEN value IS 193 (75.78% from 255) = 39.88%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=17.77%
G=39.88%
B=42.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal861932050.580.0600.20186.0554.3457.06
Hex56C1CD3A6014ba3639
Octal1263013157260242726671
Binary1010110110000011100110111101011001010010111010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56C1CD; }

 p { color: rgb(86,193,205); }

 H1.HeaderClassName
 {
   color: #56C1CD;
 }
 .AnyTagClassName
 {
   color: #56C1CD;
 }
</style>
background-color css

<style>
 a { background-color: #56C1CD; }

 a { background-color: rgb(86,193,205); }

 div.DivClassName
 {
   background-color: #56C1CD;
 }
 .BgClassName
 {
   background-color: #56C1CD;
 }
</style>
border-color css

<style>
 span { border-color: #56C1CD; }

 span { border-color: rgb(86,193,205); }

 td.TdClassName
 {
   border-color: #56C1CD;
 }
 .TagClassName
 {
   border-color: #56C1CD;
 }
</style>