#56B6D3

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

Shades of Viking #56B6D3

Tints of Viking #56B6D3

Color information

#56B6D3 (or 0x56B6D3) is unknown color: approx Viking. HEX triplet: 56, B6 and D3. RGB value is (86,182,211). Sum of RGB (Red+Green+Blue) = 86+182+211=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 211 - color contains mainly: blue. Hex color #56B6D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B6D3 is #A9492C. Grayscale: #9C9C9C. Windows color (decimal): -11094317 or 13874774. OLE color: 13874774.

HSL color Cylindrical-coordinate representation of color #56B6D3: hue angle of 193.92º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56B6D3 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB86182211-
CMYK0.590.1400.17
HSL193.92º58.69%58.24%-
HSV(B)193.92º59.24%82.75%-
XYZ32.3240.1467.67-
YUV156.6158.777.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.95%
GREEN value IS 182 (71.48% from 255) = 38.00%
BLUE value IS 211 (82.81% from 255) = 44.05%
R=17.95%
G=38.00%
B=44.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal861822110.590.1400.17193.9258.6958.24
Hex56B6D33BE011c23b3a
Octal12626632373160213027372
Binary10101101011011011010011111011111001000111000010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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