Shades of Havelock Blue #567CDA
Tints of Havelock Blue #567CDA
RGB
CMYK
RGB Variations
Color information
#567CDA (or 0x567CDA) is known color: Havelock Blue. HEX triplet: 56, 7C and DA. RGB value is (86,124,218). Sum of RGB (Red+Green+Blue) = 86+124+218=428 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.09% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #567CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567CDA is #A98325. Grayscale: #7A7A7A. Windows color (decimal): -11109158 or 14318678. OLE color: 14318678.
HSL color Cylindrical-coordinate representation of color #567CDA: hue angle of 222.73º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #567CDA is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 124 | 218 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.15 |
| HSL | 222.73º | 0.64% | 0.6% | - |
| HSV(B) | 222.73º | 0.61% | 0.85% | - |
| XYZ | 23.7 | 21.46 | 69.22 | - |
| YUV | 123.35 | 181.41 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 218 | 0.61 | 0.43 | 0 | 0.15 | 222.73 | 0.64 | 0.6 |
| Hex | 56 | 7C | DA | 3D | 2B | 0 | F | DF | 40 | 3C |
| Octal | 126 | 174 | 332 | 75 | 53 | 0 | 17 | 337 | 100 | 74 |
| Binary | 1010110 | 1111100 | 11011010 | 111101 | 101011 | 0 | 1111 | 11011111 | 1000000 | 111100 |
Color Harmonies of #567CDA
Complementary color
Monochromatic Colors of #567CDA
Black with #567CDA
Text Example
Text Example
White with #567CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567CDA; }
p { color: rgb(86,124,218); }
H1.HeaderClassName
{
color: #567CDA;
}
.AnyTagClassName
{
color: #567CDA;
}
</style>
background-color css
<style>
a { background-color: #567CDA; }
a { background-color: rgb(86,124,218); }
div.DivClassName
{
background-color: #567CDA;
}
.BgClassName
{
background-color: #567CDA;
}
</style>
border-color css
<style>
span { border-color: #567CDA; }
span { border-color: rgb(86,124,218); }
td.TdClassName
{
border-color: #567CDA;
}
.TagClassName
{
border-color: #567CDA;
}
</style>