Shades of Havelock Blue #5B7BCD
Tints of Havelock Blue #5B7BCD
RGB
CMYK
RGB Variations
Color information
#5B7BCD (or 0x5B7BCD) is known color: Havelock Blue. HEX triplet: 5B, 7B and CD. RGB value is (91,123,205). Sum of RGB (Red+Green+Blue) = 91+123+205=419 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.72% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B7BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7BCD is #A48432. Grayscale: #7A7A7A. Windows color (decimal): -10781747 or 13466459. OLE color: 13466459.
HSL color Cylindrical-coordinate representation of color #5B7BCD: hue angle of 223.16º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B7BCD is Cyan = 0.56, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 123 | 205 | - |
| CMYK | 0.56 | 0.4 | 0 | 0.20 |
| HSL | 223.16º | 0.53% | 0.58% | - |
| HSV(B) | 223.16º | 0.56% | 0.8% | - |
| XYZ | 22.42 | 20.8 | 60.59 | - |
| YUV | 122.78 | 174.4 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 123 | 205 | 0.56 | 0.4 | 0 | 0.20 | 223.16 | 0.53 | 0.58 |
| Hex | 5B | 7B | CD | 38 | 28 | 0 | 14 | DF | 35 | 3A |
| Octal | 133 | 173 | 315 | 70 | 50 | 0 | 24 | 337 | 65 | 72 |
| Binary | 1011011 | 1111011 | 11001101 | 111000 | 101000 | 0 | 10100 | 11011111 | 110101 | 111010 |
Color Harmonies of #5B7BCD
Complementary color
Monochromatic Colors of #5B7BCD
Black with #5B7BCD
Text Example
Text Example
White with #5B7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7BCD; }
p { color: rgb(91,123,205); }
H1.HeaderClassName
{
color: #5B7BCD;
}
.AnyTagClassName
{
color: #5B7BCD;
}
</style>
background-color css
<style>
a { background-color: #5B7BCD; }
a { background-color: rgb(91,123,205); }
div.DivClassName
{
background-color: #5B7BCD;
}
.BgClassName
{
background-color: #5B7BCD;
}
</style>
border-color css
<style>
span { border-color: #5B7BCD; }
span { border-color: rgb(91,123,205); }
td.TdClassName
{
border-color: #5B7BCD;
}
.TagClassName
{
border-color: #5B7BCD;
}
</style>