Shades of Havelock Blue #567FCD
Tints of Havelock Blue #567FCD
RGB
CMYK
RGB Variations
Color information
#567FCD (or 0x567FCD) is known color: Havelock Blue. HEX triplet: 56, 7F and CD. RGB value is (86,127,205). Sum of RGB (Red+Green+Blue) = 86+127+205=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 127 (50% from 255 or 30.38% 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 #567FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567FCD is #A98032. Grayscale: #7B7B7B. Windows color (decimal): -11108403 or 13467478. OLE color: 13467478.
HSL color Cylindrical-coordinate representation of color #567FCD: hue angle of 219.33º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #567FCD is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 127 | 205 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.20 |
| HSL | 219.33º | 0.54% | 0.57% | - |
| HSV(B) | 219.33º | 0.58% | 0.8% | - |
| XYZ | 22.45 | 21.56 | 60.74 | - |
| YUV | 123.63 | 173.92 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 205 | 0.58 | 0.38 | 0 | 0.20 | 219.33 | 0.54 | 0.57 |
| Hex | 56 | 7F | CD | 3A | 26 | 0 | 14 | DB | 36 | 39 |
| Octal | 126 | 177 | 315 | 72 | 46 | 0 | 24 | 333 | 66 | 71 |
| Binary | 1010110 | 1111111 | 11001101 | 111010 | 100110 | 0 | 10100 | 11011011 | 110110 | 111001 |
Color Harmonies of #567FCD
Complementary color
Monochromatic Colors of #567FCD
Black with #567FCD
Text Example
Text Example
White with #567FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567FCD; }
p { color: rgb(86,127,205); }
H1.HeaderClassName
{
color: #567FCD;
}
.AnyTagClassName
{
color: #567FCD;
}
</style>
background-color css
<style>
a { background-color: #567FCD; }
a { background-color: rgb(86,127,205); }
div.DivClassName
{
background-color: #567FCD;
}
.BgClassName
{
background-color: #567FCD;
}
</style>
border-color css
<style>
span { border-color: #567FCD; }
span { border-color: rgb(86,127,205); }
td.TdClassName
{
border-color: #567FCD;
}
.TagClassName
{
border-color: #567FCD;
}
</style>