Shades of Havelock Blue #5B7DCF
Tints of Havelock Blue #5B7DCF
RGB
CMYK
RGB Variations
Color information
#5B7DCF (or 0x5B7DCF) is known color: Havelock Blue. HEX triplet: 5B, 7D and CF. RGB value is (91,125,207). Sum of RGB (Red+Green+Blue) = 91+125+207=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B7DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7DCF is #A48230. Grayscale: #7B7B7B. Windows color (decimal): -10781233 or 13598043. OLE color: 13598043.
HSL color Cylindrical-coordinate representation of color #5B7DCF: hue angle of 222.41º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B7DCF is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 125 | 207 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.19 |
| HSL | 222.41º | 0.55% | 0.58% | - |
| HSV(B) | 222.41º | 0.56% | 0.81% | - |
| XYZ | 22.91 | 21.4 | 61.95 | - |
| YUV | 124.18 | 174.74 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 207 | 0.56 | 0.40 | 0 | 0.19 | 222.41 | 0.55 | 0.58 |
| Hex | 5B | 7D | CF | 38 | 28 | 0 | 13 | DE | 37 | 3A |
| Octal | 133 | 175 | 317 | 70 | 50 | 0 | 23 | 336 | 67 | 72 |
| Binary | 1011011 | 1111101 | 11001111 | 111000 | 101000 | 0 | 10011 | 11011110 | 110111 | 111010 |
Color Harmonies of #5B7DCF
Complementary color
Monochromatic Colors of #5B7DCF
Black with #5B7DCF
Text Example
Text Example
White with #5B7DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7DCF; }
p { color: rgb(91,125,207); }
H1.HeaderClassName
{
color: #5B7DCF;
}
.AnyTagClassName
{
color: #5B7DCF;
}
</style>
background-color css
<style>
a { background-color: #5B7DCF; }
a { background-color: rgb(91,125,207); }
div.DivClassName
{
background-color: #5B7DCF;
}
.BgClassName
{
background-color: #5B7DCF;
}
</style>
border-color css
<style>
span { border-color: #5B7DCF; }
span { border-color: rgb(91,125,207); }
td.TdClassName
{
border-color: #5B7DCF;
}
.TagClassName
{
border-color: #5B7DCF;
}
</style>