Shades of Havelock Blue #5A7BCB
Tints of Havelock Blue #5A7BCB
RGB
CMYK
RGB Variations
Color information
#5A7BCB (or 0x5A7BCB) is known color: Havelock Blue. HEX triplet: 5A, 7B and CB. RGB value is (90,123,203). Sum of RGB (Red+Green+Blue) = 90+123+203=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A7BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7BCB is #A58434. Grayscale: #797979. Windows color (decimal): -10847285 or 13335386. OLE color: 13335386.
HSL color Cylindrical-coordinate representation of color #5A7BCB: hue angle of 222.48º 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 #5A7BCB is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 123 | 203 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.20 |
| HSL | 222.48º | 0.52% | 0.57% | - |
| HSV(B) | 222.48º | 0.56% | 0.8% | - |
| XYZ | 22.08 | 20.65 | 59.32 | - |
| YUV | 122.25 | 173.57 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 123 | 203 | 0.56 | 0.39 | 0 | 0.20 | 222.48 | 0.52 | 0.57 |
| Hex | 5A | 7B | CB | 38 | 27 | 0 | 14 | DE | 34 | 39 |
| Octal | 132 | 173 | 313 | 70 | 47 | 0 | 24 | 336 | 64 | 71 |
| Binary | 1011010 | 1111011 | 11001011 | 111000 | 100111 | 0 | 10100 | 11011110 | 110100 | 111001 |
Color Harmonies of #5A7BCB
Complementary color
Monochromatic Colors of #5A7BCB
Black with #5A7BCB
Text Example
Text Example
White with #5A7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7BCB; }
p { color: rgb(90,123,203); }
H1.HeaderClassName
{
color: #5A7BCB;
}
.AnyTagClassName
{
color: #5A7BCB;
}
</style>
background-color css
<style>
a { background-color: #5A7BCB; }
a { background-color: rgb(90,123,203); }
div.DivClassName
{
background-color: #5A7BCB;
}
.BgClassName
{
background-color: #5A7BCB;
}
</style>
border-color css
<style>
span { border-color: #5A7BCB; }
span { border-color: rgb(90,123,203); }
td.TdClassName
{
border-color: #5A7BCB;
}
.TagClassName
{
border-color: #5A7BCB;
}
</style>