Shades of Havelock Blue #5B7DCD
Tints of Havelock Blue #5B7DCD
RGB
CMYK
RGB Variations
Color information
#5B7DCD (or 0x5B7DCD) is known color: Havelock Blue. HEX triplet: 5B, 7D and CD. RGB value is (91,125,205). Sum of RGB (Red+Green+Blue) = 91+125+205=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B7DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7DCD is #A48232. Grayscale: #7B7B7B. Windows color (decimal): -10781235 or 13466971. OLE color: 13466971.
HSL color Cylindrical-coordinate representation of color #5B7DCD: hue angle of 222.11º 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 #5B7DCD is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 125 | 205 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.20 |
| HSL | 222.11º | 0.53% | 0.58% | - |
| HSV(B) | 222.11º | 0.56% | 0.8% | - |
| XYZ | 22.67 | 21.3 | 60.67 | - |
| YUV | 123.95 | 173.74 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 205 | 0.56 | 0.39 | 0 | 0.20 | 222.11 | 0.53 | 0.58 |
| Hex | 5B | 7D | CD | 38 | 27 | 0 | 14 | DE | 35 | 3A |
| Octal | 133 | 175 | 315 | 70 | 47 | 0 | 24 | 336 | 65 | 72 |
| Binary | 1011011 | 1111101 | 11001101 | 111000 | 100111 | 0 | 10100 | 11011110 | 110101 | 111010 |
Color Harmonies of #5B7DCD
Complementary color
Monochromatic Colors of #5B7DCD
Black with #5B7DCD
Text Example
Text Example
White with #5B7DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7DCD; }
p { color: rgb(91,125,205); }
H1.HeaderClassName
{
color: #5B7DCD;
}
.AnyTagClassName
{
color: #5B7DCD;
}
</style>
background-color css
<style>
a { background-color: #5B7DCD; }
a { background-color: rgb(91,125,205); }
div.DivClassName
{
background-color: #5B7DCD;
}
.BgClassName
{
background-color: #5B7DCD;
}
</style>
border-color css
<style>
span { border-color: #5B7DCD; }
span { border-color: rgb(91,125,205); }
td.TdClassName
{
border-color: #5B7DCD;
}
.TagClassName
{
border-color: #5B7DCD;
}
</style>