Shades of Havelock Blue #5B7FCA
Tints of Havelock Blue #5B7FCA
RGB
CMYK
RGB Variations
Color information
#5B7FCA (or 0x5B7FCA) is known color: Havelock Blue. HEX triplet: 5B, 7F and CA. RGB value is (91,127,202). Sum of RGB (Red+Green+Blue) = 91+127+202=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B7FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7FCA is #A48035. Grayscale: #7C7C7C. Windows color (decimal): -10780726 or 13270875. OLE color: 13270875.
HSL color Cylindrical-coordinate representation of color #5B7FCA: hue angle of 220.54º 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 #5B7FCA is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 127 | 202 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.21 |
| HSL | 220.54º | 0.51% | 0.57% | - |
| HSV(B) | 220.54º | 0.55% | 0.79% | - |
| XYZ | 22.56 | 21.67 | 58.87 | - |
| YUV | 124.79 | 171.57 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 127 | 202 | 0.55 | 0.37 | 0 | 0.21 | 220.54 | 0.51 | 0.57 |
| Hex | 5B | 7F | CA | 37 | 25 | 0 | 15 | DD | 33 | 39 |
| Octal | 133 | 177 | 312 | 67 | 45 | 0 | 25 | 335 | 63 | 71 |
| Binary | 1011011 | 1111111 | 11001010 | 110111 | 100101 | 0 | 10101 | 11011101 | 110011 | 111001 |
Color Harmonies of #5B7FCA
Complementary color
Monochromatic Colors of #5B7FCA
Black with #5B7FCA
Text Example
Text Example
White with #5B7FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7FCA; }
p { color: rgb(91,127,202); }
H1.HeaderClassName
{
color: #5B7FCA;
}
.AnyTagClassName
{
color: #5B7FCA;
}
</style>
background-color css
<style>
a { background-color: #5B7FCA; }
a { background-color: rgb(91,127,202); }
div.DivClassName
{
background-color: #5B7FCA;
}
.BgClassName
{
background-color: #5B7FCA;
}
</style>
border-color css
<style>
span { border-color: #5B7FCA; }
span { border-color: rgb(91,127,202); }
td.TdClassName
{
border-color: #5B7FCA;
}
.TagClassName
{
border-color: #5B7FCA;
}
</style>