Shades of Havelock Blue #5A7DCF
Tints of Havelock Blue #5A7DCF
RGB
CMYK
RGB Variations
Color information
#5A7DCF (or 0x5A7DCF) is known color: Havelock Blue. HEX triplet: 5A, 7D and CF. RGB value is (90,125,207). Sum of RGB (Red+Green+Blue) = 90+125+207=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A7DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7DCF is #A58230. Grayscale: #7B7B7B. Windows color (decimal): -10846769 or 13598042. OLE color: 13598042.
HSL color Cylindrical-coordinate representation of color #5A7DCF: hue angle of 222.05º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A7DCF is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 125 | 207 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.19 |
| HSL | 222.05º | 0.55% | 0.58% | - |
| HSV(B) | 222.05º | 0.57% | 0.81% | - |
| XYZ | 22.81 | 21.35 | 61.95 | - |
| YUV | 123.88 | 174.9 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 207 | 0.57 | 0.40 | 0 | 0.19 | 222.05 | 0.55 | 0.58 |
| Hex | 5A | 7D | CF | 39 | 28 | 0 | 13 | DE | 37 | 3A |
| Octal | 132 | 175 | 317 | 71 | 50 | 0 | 23 | 336 | 67 | 72 |
| Binary | 1011010 | 1111101 | 11001111 | 111001 | 101000 | 0 | 10011 | 11011110 | 110111 | 111010 |
Color Harmonies of #5A7DCF
Complementary color
Monochromatic Colors of #5A7DCF
Black with #5A7DCF
Text Example
Text Example
White with #5A7DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7DCF; }
p { color: rgb(90,125,207); }
H1.HeaderClassName
{
color: #5A7DCF;
}
.AnyTagClassName
{
color: #5A7DCF;
}
</style>
background-color css
<style>
a { background-color: #5A7DCF; }
a { background-color: rgb(90,125,207); }
div.DivClassName
{
background-color: #5A7DCF;
}
.BgClassName
{
background-color: #5A7DCF;
}
</style>
border-color css
<style>
span { border-color: #5A7DCF; }
span { border-color: rgb(90,125,207); }
td.TdClassName
{
border-color: #5A7DCF;
}
.TagClassName
{
border-color: #5A7DCF;
}
</style>