Shades of Havelock Blue #5B7CCC
Tints of Havelock Blue #5B7CCC
RGB
CMYK
RGB Variations
Color information
#5B7CCC (or 0x5B7CCC) is known color: Havelock Blue. HEX triplet: 5B, 7C and CC. RGB value is (91,124,204). Sum of RGB (Red+Green+Blue) = 91+124+204=419 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.72% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B7CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7CCC is #A48333. Grayscale: #7A7A7A. Windows color (decimal): -10781492 or 13401179. OLE color: 13401179.
HSL color Cylindrical-coordinate representation of color #5B7CCC: hue angle of 222.48º degrees, saturation: 0.53, 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 #5B7CCC is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 124 | 204 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.2 |
| HSL | 222.48º | 0.53% | 0.58% | - |
| HSV(B) | 222.48º | 0.55% | 0.8% | - |
| XYZ | 22.42 | 21 | 60 | - |
| YUV | 123.25 | 173.57 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 124 | 204 | 0.55 | 0.39 | 0 | 0.2 | 222.48 | 0.53 | 0.58 |
| Hex | 5B | 7C | CC | 37 | 27 | 0 | 14 | DE | 35 | 3A |
| Octal | 133 | 174 | 314 | 67 | 47 | 0 | 24 | 336 | 65 | 72 |
| Binary | 1011011 | 1111100 | 11001100 | 110111 | 100111 | 0 | 10100 | 11011110 | 110101 | 111010 |
Color Harmonies of #5B7CCC
Complementary color
Monochromatic Colors of #5B7CCC
Black with #5B7CCC
Text Example
Text Example
White with #5B7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7CCC; }
p { color: rgb(91,124,204); }
H1.HeaderClassName
{
color: #5B7CCC;
}
.AnyTagClassName
{
color: #5B7CCC;
}
</style>
background-color css
<style>
a { background-color: #5B7CCC; }
a { background-color: rgb(91,124,204); }
div.DivClassName
{
background-color: #5B7CCC;
}
.BgClassName
{
background-color: #5B7CCC;
}
</style>
border-color css
<style>
span { border-color: #5B7CCC; }
span { border-color: rgb(91,124,204); }
td.TdClassName
{
border-color: #5B7CCC;
}
.TagClassName
{
border-color: #5B7CCC;
}
</style>