Shades of Havelock Blue #5B7DCA
Tints of Havelock Blue #5B7DCA
RGB
CMYK
RGB Variations
Color information
#5B7DCA (or 0x5B7DCA) is known color: Havelock Blue. HEX triplet: 5B, 7D and CA. RGB value is (91,125,202). Sum of RGB (Red+Green+Blue) = 91+125+202=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B7DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7DCA is #A48235. Grayscale: #7B7B7B. Windows color (decimal): -10781238 or 13270363. OLE color: 13270363.
HSL color Cylindrical-coordinate representation of color #5B7DCA: hue angle of 221.62º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B7DCA is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 125 | 202 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.21 |
| HSL | 221.62º | 0.51% | 0.57% | - |
| HSV(B) | 221.62º | 0.55% | 0.79% | - |
| XYZ | 22.31 | 21.16 | 58.78 | - |
| YUV | 123.61 | 172.24 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 202 | 0.55 | 0.38 | 0 | 0.21 | 221.62 | 0.51 | 0.57 |
| Hex | 5B | 7D | CA | 37 | 26 | 0 | 15 | DE | 33 | 39 |
| Octal | 133 | 175 | 312 | 67 | 46 | 0 | 25 | 336 | 63 | 71 |
| Binary | 1011011 | 1111101 | 11001010 | 110111 | 100110 | 0 | 10101 | 11011110 | 110011 | 111001 |
Color Harmonies of #5B7DCA
Complementary color
Monochromatic Colors of #5B7DCA
Black with #5B7DCA
Text Example
Text Example
White with #5B7DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7DCA; }
p { color: rgb(91,125,202); }
H1.HeaderClassName
{
color: #5B7DCA;
}
.AnyTagClassName
{
color: #5B7DCA;
}
</style>
background-color css
<style>
a { background-color: #5B7DCA; }
a { background-color: rgb(91,125,202); }
div.DivClassName
{
background-color: #5B7DCA;
}
.BgClassName
{
background-color: #5B7DCA;
}
</style>
border-color css
<style>
span { border-color: #5B7DCA; }
span { border-color: rgb(91,125,202); }
td.TdClassName
{
border-color: #5B7DCA;
}
.TagClassName
{
border-color: #5B7DCA;
}
</style>