#56b0bb

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

Shades of Viking #56B0BB

Tints of Viking #56B0BB

Color information

#56B0BB (or 0x56B0BB) is unknown color: approx Viking. HEX triplet: 56, B0 and BB. RGB value is (86,176,187). Sum of RGB (Red+Green+Blue) = 86+176+187=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #56B0BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B0BB is #A94F44. Grayscale: #969696. Windows color (decimal): -11095877 or 12300374. OLE color: 12300374.

HSL color Cylindrical-coordinate representation of color #56B0BB: hue angle of 186.53º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56B0BB is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB86176187-
CMYK0.540.0600.27
HSL186.53º42.62%53.53%-
HSV(B)186.53º54.01%73.33%-
XYZ28.3336.6252.59-
YUV150.34148.6882.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.15%
GREEN value IS 176 (69.14% from 255) = 39.20%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=19.15%
G=39.20%
B=41.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861761870.540.0600.27186.5342.6253.53
Hex56B0BB36601Bbb2b36
Octal1262602736660332735366
Binary1010110101100001011101111011011001101110111011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56b0bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,176,187); }

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

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

 a { background-color: rgb(86,176,187); }

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

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

 span { border-color: rgb(86,176,187); }

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