Shades of Havelock Blue #5B7AD0
Tints of Havelock Blue #5B7AD0
RGB
CMYK
RGB Variations
Color information
#5B7AD0 (or 0x5B7AD0) is known color: Havelock Blue. HEX triplet: 5B, 7A and D0. RGB value is (91,122,208). Sum of RGB (Red+Green+Blue) = 91+122+208=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #5B7AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7AD0 is #A4852F. Grayscale: #7A7A7A. Windows color (decimal): -10782000 or 13662811. OLE color: 13662811.
HSL color Cylindrical-coordinate representation of color #5B7AD0: hue angle of 224.1º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B7AD0 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 122 | 208 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.18 |
| HSL | 224.1º | 0.55% | 0.59% | - |
| HSV(B) | 224.1º | 0.56% | 0.82% | - |
| XYZ | 22.66 | 20.7 | 62.48 | - |
| YUV | 122.54 | 176.23 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 122 | 208 | 0.56 | 0.41 | 0 | 0.18 | 224.1 | 0.55 | 0.59 |
| Hex | 5B | 7A | D0 | 38 | 29 | 0 | 12 | E0 | 37 | 3B |
| Octal | 133 | 172 | 320 | 70 | 51 | 0 | 22 | 340 | 67 | 73 |
| Binary | 1011011 | 1111010 | 11010000 | 111000 | 101001 | 0 | 10010 | 11100000 | 110111 | 111011 |
Color Harmonies of #5B7AD0
Complementary color
Monochromatic Colors of #5B7AD0
Black with #5B7AD0
Text Example
Text Example
White with #5B7AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7AD0; }
p { color: rgb(91,122,208); }
H1.HeaderClassName
{
color: #5B7AD0;
}
.AnyTagClassName
{
color: #5B7AD0;
}
</style>
background-color css
<style>
a { background-color: #5B7AD0; }
a { background-color: rgb(91,122,208); }
div.DivClassName
{
background-color: #5B7AD0;
}
.BgClassName
{
background-color: #5B7AD0;
}
</style>
border-color css
<style>
span { border-color: #5B7AD0; }
span { border-color: rgb(91,122,208); }
td.TdClassName
{
border-color: #5B7AD0;
}
.TagClassName
{
border-color: #5B7AD0;
}
</style>