Shades of Havelock Blue #5A85CB
Tints of Havelock Blue #5A85CB
RGB
CMYK
RGB Variations
Color information
#5A85CB (or 0x5A85CB) is known color: Havelock Blue. HEX triplet: 5A, 85 and CB. RGB value is (90,133,203). Sum of RGB (Red+Green+Blue) = 90+133+203=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A85CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A85CB is #A57A34. Grayscale: #7F7F7F. Windows color (decimal): -10844725 or 13337946. OLE color: 13337946.
HSL color Cylindrical-coordinate representation of color #5A85CB: hue angle of 217.17º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A85CB is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 133 | 203 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.20 |
| HSL | 217.17º | 0.52% | 0.57% | - |
| HSV(B) | 217.17º | 0.56% | 0.8% | - |
| XYZ | 23.38 | 23.26 | 59.76 | - |
| YUV | 128.12 | 170.25 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 203 | 0.56 | 0.34 | 0 | 0.20 | 217.17 | 0.52 | 0.57 |
| Hex | 5A | 85 | CB | 38 | 22 | 0 | 14 | D9 | 34 | 39 |
| Octal | 132 | 205 | 313 | 70 | 42 | 0 | 24 | 331 | 64 | 71 |
| Binary | 1011010 | 10000101 | 11001011 | 111000 | 100010 | 0 | 10100 | 11011001 | 110100 | 111001 |
Color Harmonies of #5A85CB
Complementary color
Monochromatic Colors of #5A85CB
Black with #5A85CB
Text Example
Text Example
White with #5A85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A85CB; }
p { color: rgb(90,133,203); }
H1.HeaderClassName
{
color: #5A85CB;
}
.AnyTagClassName
{
color: #5A85CB;
}
</style>
background-color css
<style>
a { background-color: #5A85CB; }
a { background-color: rgb(90,133,203); }
div.DivClassName
{
background-color: #5A85CB;
}
.BgClassName
{
background-color: #5A85CB;
}
</style>
border-color css
<style>
span { border-color: #5A85CB; }
span { border-color: rgb(90,133,203); }
td.TdClassName
{
border-color: #5A85CB;
}
.TagClassName
{
border-color: #5A85CB;
}
</style>