Shades of Havelock Blue #5A7CCD
Tints of Havelock Blue #5A7CCD
RGB
CMYK
RGB Variations
Color information
#5A7CCD (or 0x5A7CCD) is known color: Havelock Blue. HEX triplet: 5A, 7C and CD. RGB value is (90,124,205). Sum of RGB (Red+Green+Blue) = 90+124+205=419 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.48% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A7CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7CCD is #A58332. Grayscale: #7A7A7A. Windows color (decimal): -10847027 or 13466714. OLE color: 13466714.
HSL color Cylindrical-coordinate representation of color #5A7CCD: hue angle of 222.26º 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 #5A7CCD is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 124 | 205 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.20 |
| HSL | 222.26º | 0.53% | 0.58% | - |
| HSV(B) | 222.26º | 0.56% | 0.8% | - |
| XYZ | 22.44 | 21 | 60.63 | - |
| YUV | 123.07 | 174.24 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 124 | 205 | 0.56 | 0.40 | 0 | 0.20 | 222.26 | 0.53 | 0.58 |
| Hex | 5A | 7C | CD | 38 | 28 | 0 | 14 | DE | 35 | 3A |
| Octal | 132 | 174 | 315 | 70 | 50 | 0 | 24 | 336 | 65 | 72 |
| Binary | 1011010 | 1111100 | 11001101 | 111000 | 101000 | 0 | 10100 | 11011110 | 110101 | 111010 |
Color Harmonies of #5A7CCD
Complementary color
Monochromatic Colors of #5A7CCD
Black with #5A7CCD
Text Example
Text Example
White with #5A7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7CCD; }
p { color: rgb(90,124,205); }
H1.HeaderClassName
{
color: #5A7CCD;
}
.AnyTagClassName
{
color: #5A7CCD;
}
</style>
background-color css
<style>
a { background-color: #5A7CCD; }
a { background-color: rgb(90,124,205); }
div.DivClassName
{
background-color: #5A7CCD;
}
.BgClassName
{
background-color: #5A7CCD;
}
</style>
border-color css
<style>
span { border-color: #5A7CCD; }
span { border-color: rgb(90,124,205); }
td.TdClassName
{
border-color: #5A7CCD;
}
.TagClassName
{
border-color: #5A7CCD;
}
</style>