Shades of Havelock Blue #5B7FCB
Tints of Havelock Blue #5B7FCB
RGB
CMYK
RGB Variations
Color information
#5B7FCB (or 0x5B7FCB) is known color: Havelock Blue. HEX triplet: 5B, 7F and CB. RGB value is (91,127,203). Sum of RGB (Red+Green+Blue) = 91+127+203=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B7FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7FCB is #A48034. Grayscale: #7C7C7C. Windows color (decimal): -10780725 or 13336411. OLE color: 13336411.
HSL color Cylindrical-coordinate representation of color #5B7FCB: hue angle of 220.71º 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 #5B7FCB is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 127 | 203 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.20 |
| HSL | 220.71º | 0.52% | 0.58% | - |
| HSV(B) | 220.71º | 0.55% | 0.8% | - |
| XYZ | 22.68 | 21.71 | 59.5 | - |
| YUV | 124.9 | 172.07 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 127 | 203 | 0.55 | 0.37 | 0 | 0.20 | 220.71 | 0.52 | 0.58 |
| Hex | 5B | 7F | CB | 37 | 25 | 0 | 14 | DD | 34 | 3A |
| Octal | 133 | 177 | 313 | 67 | 45 | 0 | 24 | 335 | 64 | 72 |
| Binary | 1011011 | 1111111 | 11001011 | 110111 | 100101 | 0 | 10100 | 11011101 | 110100 | 111010 |
Color Harmonies of #5B7FCB
Complementary color
Monochromatic Colors of #5B7FCB
Black with #5B7FCB
Text Example
Text Example
White with #5B7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7FCB; }
p { color: rgb(91,127,203); }
H1.HeaderClassName
{
color: #5B7FCB;
}
.AnyTagClassName
{
color: #5B7FCB;
}
</style>
background-color css
<style>
a { background-color: #5B7FCB; }
a { background-color: rgb(91,127,203); }
div.DivClassName
{
background-color: #5B7FCB;
}
.BgClassName
{
background-color: #5B7FCB;
}
</style>
border-color css
<style>
span { border-color: #5B7FCB; }
span { border-color: rgb(91,127,203); }
td.TdClassName
{
border-color: #5B7FCB;
}
.TagClassName
{
border-color: #5B7FCB;
}
</style>