Shades of Havelock Blue #5B74CB
Tints of Havelock Blue #5B74CB
RGB
CMYK
RGB Variations
Color information
#5B74CB (or 0x5B74CB) is known color: Havelock Blue. HEX triplet: 5B, 74 and CB. RGB value is (91,116,203). Sum of RGB (Red+Green+Blue) = 91+116+203=410 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.20% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B74CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B74CB is #A48B34. Grayscale: #767676. Windows color (decimal): -10783541 or 13333595. OLE color: 13333595.
HSL color Cylindrical-coordinate representation of color #5B74CB: hue angle of 226.61º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B74CB is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 116 | 203 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.20 |
| HSL | 226.61º | 0.52% | 0.58% | - |
| HSV(B) | 226.61º | 0.55% | 0.8% | - |
| XYZ | 21.34 | 19.03 | 59.05 | - |
| YUV | 118.44 | 175.72 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 203 | 0.55 | 0.43 | 0 | 0.20 | 226.61 | 0.52 | 0.58 |
| Hex | 5B | 74 | CB | 37 | 2B | 0 | 14 | E3 | 34 | 3A |
| Octal | 133 | 164 | 313 | 67 | 53 | 0 | 24 | 343 | 64 | 72 |
| Binary | 1011011 | 1110100 | 11001011 | 110111 | 101011 | 0 | 10100 | 11100011 | 110100 | 111010 |
Color Harmonies of #5B74CB
Complementary color
Monochromatic Colors of #5B74CB
Black with #5B74CB
Text Example
Text Example
White with #5B74CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B74CB; }
p { color: rgb(91,116,203); }
H1.HeaderClassName
{
color: #5B74CB;
}
.AnyTagClassName
{
color: #5B74CB;
}
</style>
background-color css
<style>
a { background-color: #5B74CB; }
a { background-color: rgb(91,116,203); }
div.DivClassName
{
background-color: #5B74CB;
}
.BgClassName
{
background-color: #5B74CB;
}
</style>
border-color css
<style>
span { border-color: #5B74CB; }
span { border-color: rgb(91,116,203); }
td.TdClassName
{
border-color: #5B74CB;
}
.TagClassName
{
border-color: #5B74CB;
}
</style>