Shades of Havelock Blue #567DD4
Tints of Havelock Blue #567DD4
RGB
CMYK
RGB Variations
Color information
#567DD4 (or 0x567DD4) is known color: Havelock Blue. HEX triplet: 56, 7D and D4. RGB value is (86,125,212). Sum of RGB (Red+Green+Blue) = 86+125+212=423 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.33% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 212 (83.20% from 255 or 50.12% from 423); Max value from RGB is 212 - color contains mainly: blue. Hex color #567DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DD4 is #A9822B. Grayscale: #7A7A7A. Windows color (decimal): -11108908 or 13925718. OLE color: 13925718.
HSL color Cylindrical-coordinate representation of color #567DD4: hue angle of 221.43º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #567DD4 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 86 | 125 | 212 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.17 |
| HSL | 221.43º | 0.59% | 0.58% | - |
| HSV(B) | 221.43º | 0.59% | 0.83% | - |
| XYZ | 23.06 | 21.4 | 65.2 | - |
| YUV | 123.26 | 178.08 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 212 | 0.59 | 0.41 | 0 | 0.17 | 221.43 | 0.59 | 0.58 |
| Hex | 56 | 7D | D4 | 3B | 29 | 0 | 11 | DD | 3B | 3A |
| Octal | 126 | 175 | 324 | 73 | 51 | 0 | 21 | 335 | 73 | 72 |
| Binary | 1010110 | 1111101 | 11010100 | 111011 | 101001 | 0 | 10001 | 11011101 | 111011 | 111010 |
Color Harmonies of #567DD4
Complementary color
Monochromatic Colors of #567DD4
Black with #567DD4
Text Example
Text Example
White with #567DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567DD4; }
p { color: rgb(86,125,212); }
H1.HeaderClassName
{
color: #567DD4;
}
.AnyTagClassName
{
color: #567DD4;
}
</style>
background-color css
<style>
a { background-color: #567DD4; }
a { background-color: rgb(86,125,212); }
div.DivClassName
{
background-color: #567DD4;
}
.BgClassName
{
background-color: #567DD4;
}
</style>
border-color css
<style>
span { border-color: #567DD4; }
span { border-color: rgb(86,125,212); }
td.TdClassName
{
border-color: #567DD4;
}
.TagClassName
{
border-color: #567DD4;
}
</style>