Shades of Havelock Blue #5D7FCD
Tints of Havelock Blue #5D7FCD
RGB
CMYK
RGB Variations
Color information
#5D7FCD (or 0x5D7FCD) is known color: Havelock Blue. HEX triplet: 5D, 7F and CD. RGB value is (93,127,205). Sum of RGB (Red+Green+Blue) = 93+127+205=425 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.88% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D7FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7FCD is #A28032. Grayscale: #7D7D7D. Windows color (decimal): -10649651 or 13467485. OLE color: 13467485.
HSL color Cylindrical-coordinate representation of color #5D7FCD: hue angle of 221.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D7FCD is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 127 | 205 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.20 |
| HSL | 221.79º | 0.53% | 0.58% | - |
| HSV(B) | 221.79º | 0.55% | 0.8% | - |
| XYZ | 23.12 | 21.91 | 60.77 | - |
| YUV | 125.73 | 172.74 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 127 | 205 | 0.55 | 0.38 | 0 | 0.20 | 221.79 | 0.53 | 0.58 |
| Hex | 5D | 7F | CD | 37 | 26 | 0 | 14 | DE | 35 | 3A |
| Octal | 135 | 177 | 315 | 67 | 46 | 0 | 24 | 336 | 65 | 72 |
| Binary | 1011101 | 1111111 | 11001101 | 110111 | 100110 | 0 | 10100 | 11011110 | 110101 | 111010 |
Color Harmonies of #5D7FCD
Complementary color
Monochromatic Colors of #5D7FCD
Black with #5D7FCD
Text Example
Text Example
White with #5D7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7FCD; }
p { color: rgb(93,127,205); }
H1.HeaderClassName
{
color: #5D7FCD;
}
.AnyTagClassName
{
color: #5D7FCD;
}
</style>
background-color css
<style>
a { background-color: #5D7FCD; }
a { background-color: rgb(93,127,205); }
div.DivClassName
{
background-color: #5D7FCD;
}
.BgClassName
{
background-color: #5D7FCD;
}
</style>
border-color css
<style>
span { border-color: #5D7FCD; }
span { border-color: rgb(93,127,205); }
td.TdClassName
{
border-color: #5D7FCD;
}
.TagClassName
{
border-color: #5D7FCD;
}
</style>