Shades of Viking #55BDCC
Tints of Viking #55BDCC
RGB
CMYK
RGB Variations
Color information
#55BDCC (or 0x55BDCC) is known color: Viking. HEX triplet: 55, BD and CC. RGB value is (85,189,204). Sum of RGB (Red+Green+Blue) = 85+189+204=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #55BDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BDCC is #AA4233. Grayscale: #9F9F9F. Windows color (decimal): -11158068 or 13417813. OLE color: 13417813.
HSL color Cylindrical-coordinate representation of color #55BDCC: hue angle of 187.56º 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 #55BDCC is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 189 | 204 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.2 |
| HSL | 187.56º | 0.54% | 0.57% | - |
| HSV(B) | 187.56º | 0.58% | 0.8% | - |
| XYZ | 32.84 | 42.69 | 63.63 | - |
| YUV | 159.61 | 153.04 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 204 | 0.58 | 0.07 | 0 | 0.2 | 187.56 | 0.54 | 0.57 |
| Hex | 55 | BD | CC | 3A | 7 | 0 | 14 | BC | 36 | 39 |
| Octal | 125 | 275 | 314 | 72 | 7 | 0 | 24 | 274 | 66 | 71 |
| Binary | 1010101 | 10111101 | 11001100 | 111010 | 111 | 0 | 10100 | 10111100 | 110110 | 111001 |
Color Harmonies of #55BDCC
Complementary color
Monochromatic Colors of #55BDCC
Black with #55BDCC
Text Example
Text Example
White with #55BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDCC; }
p { color: rgb(85,189,204); }
H1.HeaderClassName
{
color: #55BDCC;
}
.AnyTagClassName
{
color: #55BDCC;
}
</style>
background-color css
<style>
a { background-color: #55BDCC; }
a { background-color: rgb(85,189,204); }
div.DivClassName
{
background-color: #55BDCC;
}
.BgClassName
{
background-color: #55BDCC;
}
</style>
border-color css
<style>
span { border-color: #55BDCC; }
span { border-color: rgb(85,189,204); }
td.TdClassName
{
border-color: #55BDCC;
}
.TagClassName
{
border-color: #55BDCC;
}
</style>