Shades of Havelock Blue #5B7ACD
Tints of Havelock Blue #5B7ACD
RGB
CMYK
RGB Variations
Color information
#5B7ACD (or 0x5B7ACD) is known color: Havelock Blue. HEX triplet: 5B, 7A and CD. RGB value is (91,122,205). Sum of RGB (Red+Green+Blue) = 91+122+205=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B7ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7ACD is #A48532. Grayscale: #797979. Windows color (decimal): -10782003 or 13466203. OLE color: 13466203.
HSL color Cylindrical-coordinate representation of color #5B7ACD: hue angle of 223.68º 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 #5B7ACD is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 122 | 205 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.20 |
| HSL | 223.68º | 0.53% | 0.58% | - |
| HSV(B) | 223.68º | 0.56% | 0.8% | - |
| XYZ | 22.29 | 20.55 | 60.55 | - |
| YUV | 122.19 | 174.73 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 122 | 205 | 0.56 | 0.40 | 0 | 0.20 | 223.68 | 0.53 | 0.58 |
| Hex | 5B | 7A | CD | 38 | 28 | 0 | 14 | E0 | 35 | 3A |
| Octal | 133 | 172 | 315 | 70 | 50 | 0 | 24 | 340 | 65 | 72 |
| Binary | 1011011 | 1111010 | 11001101 | 111000 | 101000 | 0 | 10100 | 11100000 | 110101 | 111010 |
Color Harmonies of #5B7ACD
Complementary color
Monochromatic Colors of #5B7ACD
Black with #5B7ACD
Text Example
Text Example
White with #5B7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7ACD; }
p { color: rgb(91,122,205); }
H1.HeaderClassName
{
color: #5B7ACD;
}
.AnyTagClassName
{
color: #5B7ACD;
}
</style>
background-color css
<style>
a { background-color: #5B7ACD; }
a { background-color: rgb(91,122,205); }
div.DivClassName
{
background-color: #5B7ACD;
}
.BgClassName
{
background-color: #5B7ACD;
}
</style>
border-color css
<style>
span { border-color: #5B7ACD; }
span { border-color: rgb(91,122,205); }
td.TdClassName
{
border-color: #5B7ACD;
}
.TagClassName
{
border-color: #5B7ACD;
}
</style>