Shades of Havelock Blue #567ACB
Tints of Havelock Blue #567ACB
RGB
CMYK
RGB Variations
Color information
#567ACB (or 0x567ACB) is known color: Havelock Blue. HEX triplet: 56, 7A and CB. RGB value is (86,122,203). Sum of RGB (Red+Green+Blue) = 86+122+203=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #567ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567ACB is #A98534. Grayscale: #787878. Windows color (decimal): -11109685 or 13335126. OLE color: 13335126.
HSL color Cylindrical-coordinate representation of color #567ACB: hue angle of 221.54º degrees, saturation: 0.53, 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 #567ACB is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 122 | 203 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.20 |
| HSL | 221.54º | 0.53% | 0.57% | - |
| HSV(B) | 221.54º | 0.58% | 0.8% | - |
| XYZ | 21.58 | 20.21 | 59.26 | - |
| YUV | 120.47 | 174.57 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 203 | 0.58 | 0.40 | 0 | 0.20 | 221.54 | 0.53 | 0.57 |
| Hex | 56 | 7A | CB | 3A | 28 | 0 | 14 | DE | 35 | 39 |
| Octal | 126 | 172 | 313 | 72 | 50 | 0 | 24 | 336 | 65 | 71 |
| Binary | 1010110 | 1111010 | 11001011 | 111010 | 101000 | 0 | 10100 | 11011110 | 110101 | 111001 |
Color Harmonies of #567ACB
Complementary color
Monochromatic Colors of #567ACB
Black with #567ACB
Text Example
Text Example
White with #567ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567ACB; }
p { color: rgb(86,122,203); }
H1.HeaderClassName
{
color: #567ACB;
}
.AnyTagClassName
{
color: #567ACB;
}
</style>
background-color css
<style>
a { background-color: #567ACB; }
a { background-color: rgb(86,122,203); }
div.DivClassName
{
background-color: #567ACB;
}
.BgClassName
{
background-color: #567ACB;
}
</style>
border-color css
<style>
span { border-color: #567ACB; }
span { border-color: rgb(86,122,203); }
td.TdClassName
{
border-color: #567ACB;
}
.TagClassName
{
border-color: #567ACB;
}
</style>