Shades of Viking #55BBCC
Tints of Viking #55BBCC
RGB
CMYK
RGB Variations
Color information
#55BBCC (or 0x55BBCC) is known color: Viking. HEX triplet: 55, BB and CC. RGB value is (85,187,204). Sum of RGB (Red+Green+Blue) = 85+187+204=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #55BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBCC is #AA4433. Grayscale: #9E9E9E. Windows color (decimal): -11158580 or 13417301. OLE color: 13417301.
HSL color Cylindrical-coordinate representation of color #55BBCC: hue angle of 188.57º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55BBCC is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 187 | 204 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.2 |
| HSL | 188.57º | 0.54% | 0.57% | - |
| HSV(B) | 188.57º | 0.58% | 0.8% | - |
| XYZ | 32.42 | 41.83 | 63.49 | - |
| YUV | 158.44 | 153.71 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 204 | 0.58 | 0.08 | 0 | 0.2 | 188.57 | 0.54 | 0.57 |
| Hex | 55 | BB | CC | 3A | 8 | 0 | 14 | BD | 36 | 39 |
| Octal | 125 | 273 | 314 | 72 | 10 | 0 | 24 | 275 | 66 | 71 |
| Binary | 1010101 | 10111011 | 11001100 | 111010 | 1000 | 0 | 10100 | 10111101 | 110110 | 111001 |
Color Harmonies of #55BBCC
Complementary color
Monochromatic Colors of #55BBCC
Black with #55BBCC
Text Example
Text Example
White with #55BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BBCC; }
p { color: rgb(85,187,204); }
H1.HeaderClassName
{
color: #55BBCC;
}
.AnyTagClassName
{
color: #55BBCC;
}
</style>
background-color css
<style>
a { background-color: #55BBCC; }
a { background-color: rgb(85,187,204); }
div.DivClassName
{
background-color: #55BBCC;
}
.BgClassName
{
background-color: #55BBCC;
}
</style>
border-color css
<style>
span { border-color: #55BBCC; }
span { border-color: rgb(85,187,204); }
td.TdClassName
{
border-color: #55BBCC;
}
.TagClassName
{
border-color: #55BBCC;
}
</style>