#56B2D7

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

Shades of Viking #56B2D7

Tints of Viking #56B2D7

Color information

#56B2D7 (or 0x56B2D7) is unknown color: approx Viking. HEX triplet: 56, B2 and D7. RGB value is (86,178,215). Sum of RGB (Red+Green+Blue) = 86+178+215=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #56B2D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B2D7 is #A94D28. Grayscale: #9A9A9A. Windows color (decimal): -11095337 or 14135894. OLE color: 14135894.

HSL color Cylindrical-coordinate representation of color #56B2D7: hue angle of 197.21º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56B2D7 is Cyan = 0.6, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB86178215-
CMYK0.60.1700.16
HSL197.21º61.72%59.02%-
HSV(B)197.21º60%84.31%-
XYZ32.0238.7370.08-
YUV154.71162.0278.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.95%
GREEN value IS 178 (69.92% from 255) = 37.16%
BLUE value IS 215 (84.38% from 255) = 44.89%
R=17.95%
G=37.16%
B=44.89%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal861782150.60.1700.16197.2161.7259.02
Hex56B2D73C11010c53e3b
Octal12626232774210203057673
Binary101011010110010110101111111001000101000011000101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,178,215); }

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

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

 a { background-color: rgb(86,178,215); }

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

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

 span { border-color: rgb(86,178,215); }

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