Shades of Viking #55AECF
Tints of Viking #55AECF
RGB
CMYK
RGB Variations
Color information
#55AECF (or 0x55AECF) is known color: Viking. HEX triplet: 55, AE and CF. RGB value is (85,174,207). Sum of RGB (Red+Green+Blue) = 85+174+207=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #55AECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AECF is #AA5130. Grayscale: #969696. Windows color (decimal): -11161905 or 13610581. OLE color: 13610581.
HSL color Cylindrical-coordinate representation of color #55AECF: hue angle of 196.23º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55AECF is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 174 | 207 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.19 |
| HSL | 196.23º | 0.56% | 0.57% | - |
| HSV(B) | 196.23º | 0.59% | 0.81% | - |
| XYZ | 30.14 | 36.71 | 64.53 | - |
| YUV | 151.15 | 159.51 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 174 | 207 | 0.59 | 0.16 | 0 | 0.19 | 196.23 | 0.56 | 0.57 |
| Hex | 55 | AE | CF | 3B | 10 | 0 | 13 | C4 | 38 | 39 |
| Octal | 125 | 256 | 317 | 73 | 20 | 0 | 23 | 304 | 70 | 71 |
| Binary | 1010101 | 10101110 | 11001111 | 111011 | 10000 | 0 | 10011 | 11000100 | 111000 | 111001 |
Color Harmonies of #55AECF
Complementary color
Monochromatic Colors of #55AECF
Black with #55AECF
Text Example
Text Example
White with #55AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AECF; }
p { color: rgb(85,174,207); }
H1.HeaderClassName
{
color: #55AECF;
}
.AnyTagClassName
{
color: #55AECF;
}
</style>
background-color css
<style>
a { background-color: #55AECF; }
a { background-color: rgb(85,174,207); }
div.DivClassName
{
background-color: #55AECF;
}
.BgClassName
{
background-color: #55AECF;
}
</style>
border-color css
<style>
span { border-color: #55AECF; }
span { border-color: rgb(85,174,207); }
td.TdClassName
{
border-color: #55AECF;
}
.TagClassName
{
border-color: #55AECF;
}
</style>