#56B6C9

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

Shades of Viking #56B6C9

Tints of Viking #56B6C9

Color information

#56B6C9 (or 0x56B6C9) is unknown color: approx Viking. HEX triplet: 56, B6 and C9. RGB value is (86,182,201). Sum of RGB (Red+Green+Blue) = 86+182+201=469 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.34% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #56B6C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B6C9 is #A94936. Grayscale: #9B9B9B. Windows color (decimal): -11094327 or 13219414. OLE color: 13219414.

HSL color Cylindrical-coordinate representation of color #56B6C9: hue angle of 189.91º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56B6C9 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB86182201-
CMYK0.570.0900.21
HSL189.91º51.57%56.27%-
HSV(B)189.91º57.21%78.82%-
XYZ31.1139.6561.27-
YUV155.46153.778.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.34%
GREEN value IS 182 (71.48% from 255) = 38.81%
BLUE value IS 201 (78.91% from 255) = 42.86%
R=18.34%
G=38.81%
B=42.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal861822010.570.0900.21189.9151.5756.27
Hex56B6C9399015be3438
Octal12626631171110252766470
Binary10101101011011011001001111001100101010110111110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,182,201); }

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

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

 a { background-color: rgb(86,182,201); }

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

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

 span { border-color: rgb(86,182,201); }

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