Shades of Viking #55B3CE
Tints of Viking #55B3CE
RGB
CMYK
RGB Variations
Color information
#55B3CE (or 0x55B3CE) is known color: Viking. HEX triplet: 55, B3 and CE. RGB value is (85,179,206). Sum of RGB (Red+Green+Blue) = 85+179+206=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #55B3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B3CE is #AA4C31. Grayscale: #999999. Windows color (decimal): -11160626 or 13546325. OLE color: 13546325.
HSL color Cylindrical-coordinate representation of color #55B3CE: hue angle of 193.39º degrees, saturation: 0.55, 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 #55B3CE is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 179 | 206 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.19 |
| HSL | 193.39º | 0.55% | 0.57% | - |
| HSV(B) | 193.39º | 0.59% | 0.81% | - |
| XYZ | 31.01 | 38.63 | 64.21 | - |
| YUV | 153.97 | 157.36 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 179 | 206 | 0.59 | 0.13 | 0 | 0.19 | 193.39 | 0.55 | 0.57 |
| Hex | 55 | B3 | CE | 3B | D | 0 | 13 | C1 | 37 | 39 |
| Octal | 125 | 263 | 316 | 73 | 15 | 0 | 23 | 301 | 67 | 71 |
| Binary | 1010101 | 10110011 | 11001110 | 111011 | 1101 | 0 | 10011 | 11000001 | 110111 | 111001 |
Color Harmonies of #55B3CE
Complementary color
Monochromatic Colors of #55B3CE
Black with #55B3CE
Text Example
Text Example
White with #55B3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B3CE; }
p { color: rgb(85,179,206); }
H1.HeaderClassName
{
color: #55B3CE;
}
.AnyTagClassName
{
color: #55B3CE;
}
</style>
background-color css
<style>
a { background-color: #55B3CE; }
a { background-color: rgb(85,179,206); }
div.DivClassName
{
background-color: #55B3CE;
}
.BgClassName
{
background-color: #55B3CE;
}
</style>
border-color css
<style>
span { border-color: #55B3CE; }
span { border-color: rgb(85,179,206); }
td.TdClassName
{
border-color: #55B3CE;
}
.TagClassName
{
border-color: #55B3CE;
}
</style>