Shades of Viking #55ABC9
Tints of Viking #55ABC9
RGB
CMYK
RGB Variations
Color information
#55ABC9 (or 0x55ABC9) is known color: Viking. HEX triplet: 55, AB and C9. RGB value is (85,171,201). Sum of RGB (Red+Green+Blue) = 85+171+201=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #55ABC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABC9 is #AA5436. Grayscale: #949494. Windows color (decimal): -11162679 or 13216597. OLE color: 13216597.
HSL color Cylindrical-coordinate representation of color #55ABC9: hue angle of 195.52º 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 #55ABC9 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 171 | 201 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.21 |
| HSL | 195.52º | 0.52% | 0.56% | - |
| HSV(B) | 195.52º | 0.58% | 0.79% | - |
| XYZ | 28.85 | 35.27 | 60.55 | - |
| YUV | 148.71 | 157.51 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 201 | 0.58 | 0.15 | 0 | 0.21 | 195.52 | 0.52 | 0.56 |
| Hex | 55 | AB | C9 | 3A | F | 0 | 15 | C4 | 34 | 38 |
| Octal | 125 | 253 | 311 | 72 | 17 | 0 | 25 | 304 | 64 | 70 |
| Binary | 1010101 | 10101011 | 11001001 | 111010 | 1111 | 0 | 10101 | 11000100 | 110100 | 111000 |
Color Harmonies of #55ABC9
Complementary color
Monochromatic Colors of #55ABC9
Black with #55ABC9
Text Example
Text Example
White with #55ABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ABC9; }
p { color: rgb(85,171,201); }
H1.HeaderClassName
{
color: #55ABC9;
}
.AnyTagClassName
{
color: #55ABC9;
}
</style>
background-color css
<style>
a { background-color: #55ABC9; }
a { background-color: rgb(85,171,201); }
div.DivClassName
{
background-color: #55ABC9;
}
.BgClassName
{
background-color: #55ABC9;
}
</style>
border-color css
<style>
span { border-color: #55ABC9; }
span { border-color: rgb(85,171,201); }
td.TdClassName
{
border-color: #55ABC9;
}
.TagClassName
{
border-color: #55ABC9;
}
</style>