Shades of Viking #55AFC9
Tints of Viking #55AFC9
RGB
CMYK
RGB Variations
Color information
#55AFC9 (or 0x55AFC9) is known color: Viking. HEX triplet: 55, AF and C9. RGB value is (85,175,201). Sum of RGB (Red+Green+Blue) = 85+175+201=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #55AFC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFC9 is #AA5036. Grayscale: #969696. Windows color (decimal): -11161655 or 13217621. OLE color: 13217621.
HSL color Cylindrical-coordinate representation of color #55AFC9: hue angle of 193.45º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55AFC9 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 175 | 201 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.21 |
| HSL | 193.45º | 0.52% | 0.56% | - |
| HSV(B) | 193.45º | 0.58% | 0.79% | - |
| XYZ | 29.62 | 36.81 | 60.8 | - |
| YUV | 151.05 | 156.18 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 201 | 0.58 | 0.13 | 0 | 0.21 | 193.45 | 0.52 | 0.56 |
| Hex | 55 | AF | C9 | 3A | D | 0 | 15 | C1 | 34 | 38 |
| Octal | 125 | 257 | 311 | 72 | 15 | 0 | 25 | 301 | 64 | 70 |
| Binary | 1010101 | 10101111 | 11001001 | 111010 | 1101 | 0 | 10101 | 11000001 | 110100 | 111000 |
Color Harmonies of #55AFC9
Complementary color
Monochromatic Colors of #55AFC9
Black with #55AFC9
Text Example
Text Example
White with #55AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AFC9; }
p { color: rgb(85,175,201); }
H1.HeaderClassName
{
color: #55AFC9;
}
.AnyTagClassName
{
color: #55AFC9;
}
</style>
background-color css
<style>
a { background-color: #55AFC9; }
a { background-color: rgb(85,175,201); }
div.DivClassName
{
background-color: #55AFC9;
}
.BgClassName
{
background-color: #55AFC9;
}
</style>
border-color css
<style>
span { border-color: #55AFC9; }
span { border-color: rgb(85,175,201); }
td.TdClassName
{
border-color: #55AFC9;
}
.TagClassName
{
border-color: #55AFC9;
}
</style>