Shades of Havelock Blue #567FCB
Tints of Havelock Blue #567FCB
RGB
CMYK
RGB Variations
Color information
#567FCB (or 0x567FCB) is known color: Havelock Blue. HEX triplet: 56, 7F and CB. RGB value is (86,127,203). Sum of RGB (Red+Green+Blue) = 86+127+203=416 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.67% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #567FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567FCB is #A98034. Grayscale: #7B7B7B. Windows color (decimal): -11108405 or 13336406. OLE color: 13336406.
HSL color Cylindrical-coordinate representation of color #567FCB: hue angle of 218.97º 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 #567FCB is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 127 | 203 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.20 |
| HSL | 218.97º | 0.53% | 0.57% | - |
| HSV(B) | 218.97º | 0.58% | 0.8% | - |
| XYZ | 22.21 | 21.47 | 59.47 | - |
| YUV | 123.41 | 172.92 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 203 | 0.58 | 0.37 | 0 | 0.20 | 218.97 | 0.53 | 0.57 |
| Hex | 56 | 7F | CB | 3A | 25 | 0 | 14 | DB | 35 | 39 |
| Octal | 126 | 177 | 313 | 72 | 45 | 0 | 24 | 333 | 65 | 71 |
| Binary | 1010110 | 1111111 | 11001011 | 111010 | 100101 | 0 | 10100 | 11011011 | 110101 | 111001 |
Color Harmonies of #567FCB
Complementary color
Monochromatic Colors of #567FCB
Black with #567FCB
Text Example
Text Example
White with #567FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567FCB; }
p { color: rgb(86,127,203); }
H1.HeaderClassName
{
color: #567FCB;
}
.AnyTagClassName
{
color: #567FCB;
}
</style>
background-color css
<style>
a { background-color: #567FCB; }
a { background-color: rgb(86,127,203); }
div.DivClassName
{
background-color: #567FCB;
}
.BgClassName
{
background-color: #567FCB;
}
</style>
border-color css
<style>
span { border-color: #567FCB; }
span { border-color: rgb(86,127,203); }
td.TdClassName
{
border-color: #567FCB;
}
.TagClassName
{
border-color: #567FCB;
}
</style>