Shades of Havelock Blue #5B7DDC
Tints of Havelock Blue #5B7DDC
RGB
CMYK
RGB Variations
Color information
#5B7DDC (or 0x5B7DDC) is known color: Havelock Blue. HEX triplet: 5B, 7D and DC. RGB value is (91,125,220). Sum of RGB (Red+Green+Blue) = 91+125+220=436 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.87% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B7DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7DDC is #A48223. Grayscale: #7D7D7D. Windows color (decimal): -10781220 or 14450011. OLE color: 14450011.
HSL color Cylindrical-coordinate representation of color #5B7DDC: hue angle of 224.19º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B7DDC is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 125 | 220 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.14 |
| HSL | 224.19º | 0.65% | 0.61% | - |
| HSV(B) | 224.19º | 0.59% | 0.86% | - |
| XYZ | 24.57 | 22.06 | 70.67 | - |
| YUV | 125.66 | 181.24 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 220 | 0.59 | 0.43 | 0 | 0.14 | 224.19 | 0.65 | 0.61 |
| Hex | 5B | 7D | DC | 3B | 2B | 0 | E | E0 | 41 | 3D |
| Octal | 133 | 175 | 334 | 73 | 53 | 0 | 16 | 340 | 101 | 75 |
| Binary | 1011011 | 1111101 | 11011100 | 111011 | 101011 | 0 | 1110 | 11100000 | 1000001 | 111101 |
Color Harmonies of #5B7DDC
Complementary color
Monochromatic Colors of #5B7DDC
Black with #5B7DDC
Text Example
Text Example
White with #5B7DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7DDC; }
p { color: rgb(91,125,220); }
H1.HeaderClassName
{
color: #5B7DDC;
}
.AnyTagClassName
{
color: #5B7DDC;
}
</style>
background-color css
<style>
a { background-color: #5B7DDC; }
a { background-color: rgb(91,125,220); }
div.DivClassName
{
background-color: #5B7DDC;
}
.BgClassName
{
background-color: #5B7DDC;
}
</style>
border-color css
<style>
span { border-color: #5B7DDC; }
span { border-color: rgb(91,125,220); }
td.TdClassName
{
border-color: #5B7DDC;
}
.TagClassName
{
border-color: #5B7DDC;
}
</style>