Shades of Viking #55AFCD
Tints of Viking #55AFCD
RGB
CMYK
RGB Variations
Color information
#55AFCD (or 0x55AFCD) is known color: Viking. HEX triplet: 55, AF and CD. RGB value is (85,175,205). Sum of RGB (Red+Green+Blue) = 85+175+205=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #55AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFCD is #AA5032. Grayscale: #979797. Windows color (decimal): -11161651 or 13479765. OLE color: 13479765.
HSL color Cylindrical-coordinate representation of color #55AFCD: hue angle of 195º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55AFCD is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 175 | 205 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.20 |
| HSL | 195º | 0.55% | 0.57% | - |
| HSV(B) | 195º | 0.59% | 0.8% | - |
| XYZ | 30.1 | 37 | 63.31 | - |
| YUV | 151.51 | 158.18 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 205 | 0.59 | 0.15 | 0 | 0.20 | 195 | 0.55 | 0.57 |
| Hex | 55 | AF | CD | 3B | F | 0 | 14 | C3 | 37 | 39 |
| Octal | 125 | 257 | 315 | 73 | 17 | 0 | 24 | 303 | 67 | 71 |
| Binary | 1010101 | 10101111 | 11001101 | 111011 | 1111 | 0 | 10100 | 11000011 | 110111 | 111001 |
Color Harmonies of #55AFCD
Complementary color
Monochromatic Colors of #55AFCD
Black with #55AFCD
Text Example
Text Example
White with #55AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AFCD; }
p { color: rgb(85,175,205); }
H1.HeaderClassName
{
color: #55AFCD;
}
.AnyTagClassName
{
color: #55AFCD;
}
</style>
background-color css
<style>
a { background-color: #55AFCD; }
a { background-color: rgb(85,175,205); }
div.DivClassName
{
background-color: #55AFCD;
}
.BgClassName
{
background-color: #55AFCD;
}
</style>
border-color css
<style>
span { border-color: #55AFCD; }
span { border-color: rgb(85,175,205); }
td.TdClassName
{
border-color: #55AFCD;
}
.TagClassName
{
border-color: #55AFCD;
}
</style>