Shades of Viking #55A5BD
Tints of Viking #55A5BD
RGB
CMYK
RGB Variations
Color information
#55A5BD (or 0x55A5BD) is known color: Viking. HEX triplet: 55, A5 and BD. RGB value is (85,165,189). Sum of RGB (Red+Green+Blue) = 85+165+189=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #55A5BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A5BD is #AA5A42. Grayscale: #8F8F8F. Windows color (decimal): -11164227 or 12428629. OLE color: 12428629.
HSL color Cylindrical-coordinate representation of color #55A5BD: hue angle of 193.85º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55A5BD is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 165 | 189 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.26 |
| HSL | 193.85º | 0.44% | 0.54% | - |
| HSV(B) | 193.85º | 0.55% | 0.74% | - |
| XYZ | 26.39 | 32.52 | 53.03 | - |
| YUV | 143.82 | 153.5 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 165 | 189 | 0.55 | 0.13 | 0 | 0.26 | 193.85 | 0.44 | 0.54 |
| Hex | 55 | A5 | BD | 37 | D | 0 | 1A | C2 | 2C | 36 |
| Octal | 125 | 245 | 275 | 67 | 15 | 0 | 32 | 302 | 54 | 66 |
| Binary | 1010101 | 10100101 | 10111101 | 110111 | 1101 | 0 | 11010 | 11000010 | 101100 | 110110 |
Color Harmonies of #55A5BD
Complementary color
Monochromatic Colors of #55A5BD
Black with #55A5BD
Text Example
Text Example
White with #55A5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A5BD; }
p { color: rgb(85,165,189); }
H1.HeaderClassName
{
color: #55A5BD;
}
.AnyTagClassName
{
color: #55A5BD;
}
</style>
background-color css
<style>
a { background-color: #55A5BD; }
a { background-color: rgb(85,165,189); }
div.DivClassName
{
background-color: #55A5BD;
}
.BgClassName
{
background-color: #55A5BD;
}
</style>
border-color css
<style>
span { border-color: #55A5BD; }
span { border-color: rgb(85,165,189); }
td.TdClassName
{
border-color: #55A5BD;
}
.TagClassName
{
border-color: #55A5BD;
}
</style>