#56B7C0

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

Shades of Viking #56B7C0

Tints of Viking #56B7C0

Color information

#56B7C0 (or 0x56B7C0) is unknown color: approx Viking. HEX triplet: 56, B7 and C0. RGB value is (86,183,192). Sum of RGB (Red+Green+Blue) = 86+183+192=461 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.66% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #56B7C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B7C0 is #A9483F. Grayscale: #9A9A9A. Windows color (decimal): -11094080 or 12629846. OLE color: 12629846.

HSL color Cylindrical-coordinate representation of color #56B7C0: hue angle of 185.09º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56B7C0 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB86183192-
CMYK0.550.0500.25
HSL185.09º45.69%54.51%-
HSV(B)185.09º55.21%75.29%-
XYZ30.2939.6555.93-
YUV155.02148.8678.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.66%
GREEN value IS 183 (71.88% from 255) = 39.70%
BLUE value IS 192 (75.39% from 255) = 41.65%
R=18.66%
G=39.70%
B=41.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861831920.550.0500.25185.0945.6954.51
Hex56B7C0375019b92e37
Octal1262673006750312715667
Binary1010110101101111100000011011110101100110111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,183,192); }

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

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

 a { background-color: rgb(86,183,192); }

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

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

 span { border-color: rgb(86,183,192); }

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