Shades of Viking #55BECC
Tints of Viking #55BECC
RGB
CMYK
RGB Variations
Color information
#55BECC (or 0x55BECC) is known color: Viking. HEX triplet: 55, BE and CC. RGB value is (85,190,204). Sum of RGB (Red+Green+Blue) = 85+190+204=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #55BECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BECC is #AA4133. Grayscale: #A0A0A0. Windows color (decimal): -11157812 or 13418069. OLE color: 13418069.
HSL color Cylindrical-coordinate representation of color #55BECC: hue angle of 187.06º 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 #55BECC is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 190 | 204 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.2 |
| HSL | 187.06º | 0.54% | 0.57% | - |
| HSV(B) | 187.06º | 0.58% | 0.8% | - |
| XYZ | 33.06 | 43.12 | 63.71 | - |
| YUV | 160.2 | 152.71 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 190 | 204 | 0.58 | 0.07 | 0 | 0.2 | 187.06 | 0.54 | 0.57 |
| Hex | 55 | BE | CC | 3A | 7 | 0 | 14 | BB | 36 | 39 |
| Octal | 125 | 276 | 314 | 72 | 7 | 0 | 24 | 273 | 66 | 71 |
| Binary | 1010101 | 10111110 | 11001100 | 111010 | 111 | 0 | 10100 | 10111011 | 110110 | 111001 |
Color Harmonies of #55BECC
Complementary color
Monochromatic Colors of #55BECC
Black with #55BECC
Text Example
Text Example
White with #55BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BECC; }
p { color: rgb(85,190,204); }
H1.HeaderClassName
{
color: #55BECC;
}
.AnyTagClassName
{
color: #55BECC;
}
</style>
background-color css
<style>
a { background-color: #55BECC; }
a { background-color: rgb(85,190,204); }
div.DivClassName
{
background-color: #55BECC;
}
.BgClassName
{
background-color: #55BECC;
}
</style>
border-color css
<style>
span { border-color: #55BECC; }
span { border-color: rgb(85,190,204); }
td.TdClassName
{
border-color: #55BECC;
}
.TagClassName
{
border-color: #55BECC;
}
</style>