Shades of Havelock Blue #567CCC
Tints of Havelock Blue #567CCC
RGB
CMYK
RGB Variations
Color information
#567CCC (or 0x567CCC) is known color: Havelock Blue. HEX triplet: 56, 7C and CC. RGB value is (86,124,204). Sum of RGB (Red+Green+Blue) = 86+124+204=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #567CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567CCC is #A98333. Grayscale: #797979. Windows color (decimal): -11109172 or 13401174. OLE color: 13401174.
HSL color Cylindrical-coordinate representation of color #567CCC: hue angle of 220.68º 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 #567CCC is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 124 | 204 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.2 |
| HSL | 220.68º | 0.54% | 0.57% | - |
| HSV(B) | 220.68º | 0.58% | 0.8% | - |
| XYZ | 21.94 | 20.75 | 59.98 | - |
| YUV | 121.76 | 174.41 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 204 | 0.58 | 0.39 | 0 | 0.2 | 220.68 | 0.54 | 0.57 |
| Hex | 56 | 7C | CC | 3A | 27 | 0 | 14 | DD | 36 | 39 |
| Octal | 126 | 174 | 314 | 72 | 47 | 0 | 24 | 335 | 66 | 71 |
| Binary | 1010110 | 1111100 | 11001100 | 111010 | 100111 | 0 | 10100 | 11011101 | 110110 | 111001 |
Color Harmonies of #567CCC
Complementary color
Monochromatic Colors of #567CCC
Black with #567CCC
Text Example
Text Example
White with #567CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567CCC; }
p { color: rgb(86,124,204); }
H1.HeaderClassName
{
color: #567CCC;
}
.AnyTagClassName
{
color: #567CCC;
}
</style>
background-color css
<style>
a { background-color: #567CCC; }
a { background-color: rgb(86,124,204); }
div.DivClassName
{
background-color: #567CCC;
}
.BgClassName
{
background-color: #567CCC;
}
</style>
border-color css
<style>
span { border-color: #567CCC; }
span { border-color: rgb(86,124,204); }
td.TdClassName
{
border-color: #567CCC;
}
.TagClassName
{
border-color: #567CCC;
}
</style>