Shades of Viking #55B3D0
Tints of Viking #55B3D0
RGB
CMYK
RGB Variations
Color information
#55B3D0 (or 0x55B3D0) is known color: Viking. HEX triplet: 55, B3 and D0. RGB value is (85,179,208). Sum of RGB (Red+Green+Blue) = 85+179+208=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #55B3D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B3D0 is #AA4C2F. Grayscale: #999999. Windows color (decimal): -11160624 or 13677397. OLE color: 13677397.
HSL color Cylindrical-coordinate representation of color #55B3D0: hue angle of 194.15º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55B3D0 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 179 | 208 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.18 |
| HSL | 194.15º | 0.57% | 0.57% | - |
| HSV(B) | 194.15º | 0.59% | 0.82% | - |
| XYZ | 31.25 | 38.73 | 65.5 | - |
| YUV | 154.2 | 158.36 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 179 | 208 | 0.59 | 0.14 | 0 | 0.18 | 194.15 | 0.57 | 0.57 |
| Hex | 55 | B3 | D0 | 3B | E | 0 | 12 | C2 | 39 | 39 |
| Octal | 125 | 263 | 320 | 73 | 16 | 0 | 22 | 302 | 71 | 71 |
| Binary | 1010101 | 10110011 | 11010000 | 111011 | 1110 | 0 | 10010 | 11000010 | 111001 | 111001 |
Color Harmonies of #55B3D0
Complementary color
Monochromatic Colors of #55B3D0
Black with #55B3D0
Text Example
Text Example
White with #55B3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B3D0; }
p { color: rgb(85,179,208); }
H1.HeaderClassName
{
color: #55B3D0;
}
.AnyTagClassName
{
color: #55B3D0;
}
</style>
background-color css
<style>
a { background-color: #55B3D0; }
a { background-color: rgb(85,179,208); }
div.DivClassName
{
background-color: #55B3D0;
}
.BgClassName
{
background-color: #55B3D0;
}
</style>
border-color css
<style>
span { border-color: #55B3D0; }
span { border-color: rgb(85,179,208); }
td.TdClassName
{
border-color: #55B3D0;
}
.TagClassName
{
border-color: #55B3D0;
}
</style>