Shades of Viking #55AFD2
Tints of Viking #55AFD2
RGB
CMYK
RGB Variations
Color information
#55AFD2 (or 0x55AFD2) is known color: Viking. HEX triplet: 55, AF and D2. RGB value is (85,175,210). Sum of RGB (Red+Green+Blue) = 85+175+210=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #55AFD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFD2 is #AA502D. Grayscale: #979797. Windows color (decimal): -11161646 or 13807445. OLE color: 13807445.
HSL color Cylindrical-coordinate representation of color #55AFD2: hue angle of 196.8º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55AFD2 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 175 | 210 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.18 |
| HSL | 196.8º | 0.58% | 0.58% | - |
| HSV(B) | 196.8º | 0.6% | 0.82% | - |
| XYZ | 30.71 | 37.24 | 66.54 | - |
| YUV | 152.08 | 160.68 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 210 | 0.60 | 0.17 | 0 | 0.18 | 196.8 | 0.58 | 0.58 |
| Hex | 55 | AF | D2 | 3C | 11 | 0 | 12 | C5 | 3A | 3A |
| Octal | 125 | 257 | 322 | 74 | 21 | 0 | 22 | 305 | 72 | 72 |
| Binary | 1010101 | 10101111 | 11010010 | 111100 | 10001 | 0 | 10010 | 11000101 | 111010 | 111010 |
Color Harmonies of #55AFD2
Complementary color
Monochromatic Colors of #55AFD2
Black with #55AFD2
Text Example
Text Example
White with #55AFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AFD2; }
p { color: rgb(85,175,210); }
H1.HeaderClassName
{
color: #55AFD2;
}
.AnyTagClassName
{
color: #55AFD2;
}
</style>
background-color css
<style>
a { background-color: #55AFD2; }
a { background-color: rgb(85,175,210); }
div.DivClassName
{
background-color: #55AFD2;
}
.BgClassName
{
background-color: #55AFD2;
}
</style>
border-color css
<style>
span { border-color: #55AFD2; }
span { border-color: rgb(85,175,210); }
td.TdClassName
{
border-color: #55AFD2;
}
.TagClassName
{
border-color: #55AFD2;
}
</style>