Shades of Viking #55AFCC
Tints of Viking #55AFCC
RGB
CMYK
RGB Variations
Color information
#55AFCC (or 0x55AFCC) is known color: Viking. HEX triplet: 55, AF and CC. RGB value is (85,175,204). Sum of RGB (Red+Green+Blue) = 85+175+204=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #55AFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFCC is #AA5033. Grayscale: #979797. Windows color (decimal): -11161652 or 13414229. OLE color: 13414229.
HSL color Cylindrical-coordinate representation of color #55AFCC: hue angle of 194.62º 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 #55AFCC is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 175 | 204 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.2 |
| HSL | 194.62º | 0.54% | 0.57% | - |
| HSV(B) | 194.62º | 0.58% | 0.8% | - |
| XYZ | 29.98 | 36.95 | 62.68 | - |
| YUV | 151.4 | 157.68 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 204 | 0.58 | 0.14 | 0 | 0.2 | 194.62 | 0.54 | 0.57 |
| Hex | 55 | AF | CC | 3A | E | 0 | 14 | C3 | 36 | 39 |
| Octal | 125 | 257 | 314 | 72 | 16 | 0 | 24 | 303 | 66 | 71 |
| Binary | 1010101 | 10101111 | 11001100 | 111010 | 1110 | 0 | 10100 | 11000011 | 110110 | 111001 |
Color Harmonies of #55AFCC
Complementary color
Monochromatic Colors of #55AFCC
Black with #55AFCC
Text Example
Text Example
White with #55AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AFCC; }
p { color: rgb(85,175,204); }
H1.HeaderClassName
{
color: #55AFCC;
}
.AnyTagClassName
{
color: #55AFCC;
}
</style>
background-color css
<style>
a { background-color: #55AFCC; }
a { background-color: rgb(85,175,204); }
div.DivClassName
{
background-color: #55AFCC;
}
.BgClassName
{
background-color: #55AFCC;
}
</style>
border-color css
<style>
span { border-color: #55AFCC; }
span { border-color: rgb(85,175,204); }
td.TdClassName
{
border-color: #55AFCC;
}
.TagClassName
{
border-color: #55AFCC;
}
</style>