Shades of Viking #55C2CC
Tints of Viking #55C2CC
RGB
CMYK
RGB Variations
Color information
#55C2CC (or 0x55C2CC) is known color: Viking. HEX triplet: 55, C2 and CC. RGB value is (85,194,204). Sum of RGB (Red+Green+Blue) = 85+194+204=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #55C2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C2CC is #AA3D33. Grayscale: #A2A2A2. Windows color (decimal): -11156788 or 13419093. OLE color: 13419093.
HSL color Cylindrical-coordinate representation of color #55C2CC: hue angle of 185.04º 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 #55C2CC is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 194 | 204 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.2 |
| HSL | 185.04º | 0.54% | 0.57% | - |
| HSV(B) | 185.04º | 0.58% | 0.8% | - |
| XYZ | 33.94 | 44.87 | 64 | - |
| YUV | 162.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 204 | 0.58 | 0.05 | 0 | 0.2 | 185.04 | 0.54 | 0.57 |
| Hex | 55 | C2 | CC | 3A | 5 | 0 | 14 | B9 | 36 | 39 |
| Octal | 125 | 302 | 314 | 72 | 5 | 0 | 24 | 271 | 66 | 71 |
| Binary | 1010101 | 11000010 | 11001100 | 111010 | 101 | 0 | 10100 | 10111001 | 110110 | 111001 |
Color Harmonies of #55C2CC
Complementary color
Monochromatic Colors of #55C2CC
Black with #55C2CC
Text Example
Text Example
White with #55C2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C2CC; }
p { color: rgb(85,194,204); }
H1.HeaderClassName
{
color: #55C2CC;
}
.AnyTagClassName
{
color: #55C2CC;
}
</style>
background-color css
<style>
a { background-color: #55C2CC; }
a { background-color: rgb(85,194,204); }
div.DivClassName
{
background-color: #55C2CC;
}
.BgClassName
{
background-color: #55C2CC;
}
</style>
border-color css
<style>
span { border-color: #55C2CC; }
span { border-color: rgb(85,194,204); }
td.TdClassName
{
border-color: #55C2CC;
}
.TagClassName
{
border-color: #55C2CC;
}
</style>