Shades of Viking #55AECC
Tints of Viking #55AECC
RGB
CMYK
RGB Variations
Color information
#55AECC (or 0x55AECC) is known color: Viking. HEX triplet: 55, AE and CC. RGB value is (85,174,204). Sum of RGB (Red+Green+Blue) = 85+174+204=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #55AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AECC is #AA5133. Grayscale: #969696. Windows color (decimal): -11161908 or 13413973. OLE color: 13413973.
HSL color Cylindrical-coordinate representation of color #55AECC: hue angle of 195.13º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55AECC is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 174 | 204 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.2 |
| HSL | 195.13º | 0.54% | 0.57% | - |
| HSV(B) | 195.13º | 0.58% | 0.8% | - |
| XYZ | 29.78 | 36.56 | 62.61 | - |
| YUV | 150.81 | 158.01 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 174 | 204 | 0.58 | 0.15 | 0 | 0.2 | 195.13 | 0.54 | 0.57 |
| Hex | 55 | AE | CC | 3A | F | 0 | 14 | C3 | 36 | 39 |
| Octal | 125 | 256 | 314 | 72 | 17 | 0 | 24 | 303 | 66 | 71 |
| Binary | 1010101 | 10101110 | 11001100 | 111010 | 1111 | 0 | 10100 | 11000011 | 110110 | 111001 |
Color Harmonies of #55AECC
Complementary color
Monochromatic Colors of #55AECC
Black with #55AECC
Text Example
Text Example
White with #55AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AECC; }
p { color: rgb(85,174,204); }
H1.HeaderClassName
{
color: #55AECC;
}
.AnyTagClassName
{
color: #55AECC;
}
</style>
background-color css
<style>
a { background-color: #55AECC; }
a { background-color: rgb(85,174,204); }
div.DivClassName
{
background-color: #55AECC;
}
.BgClassName
{
background-color: #55AECC;
}
</style>
border-color css
<style>
span { border-color: #55AECC; }
span { border-color: rgb(85,174,204); }
td.TdClassName
{
border-color: #55AECC;
}
.TagClassName
{
border-color: #55AECC;
}
</style>