Shades of Havelock Blue #567FB0
Tints of Havelock Blue #567FB0
RGB
CMYK
RGB Variations
Color information
#567FB0 (or 0x567FB0) is known color: Havelock Blue. HEX triplet: 56, 7F and B0. RGB value is (86,127,176). Sum of RGB (Red+Green+Blue) = 86+127+176=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 176 - color contains mainly: blue. Hex color #567FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567FB0 is #A9804F. Grayscale: #787878. Windows color (decimal): -11108432 or 11566934. OLE color: 11566934.
HSL color Cylindrical-coordinate representation of color #567FB0: hue angle of 212.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #567FB0 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 127 | 176 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.31 |
| HSL | 212.67º | 0.36% | 0.51% | - |
| HSV(B) | 212.67º | 0.51% | 0.69% | - |
| XYZ | 19.26 | 20.29 | 43.98 | - |
| YUV | 120.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 176 | 0.51 | 0.28 | 0 | 0.31 | 212.67 | 0.36 | 0.51 |
| Hex | 56 | 7F | B0 | 33 | 1C | 0 | 1F | D5 | 24 | 33 |
| Octal | 126 | 177 | 260 | 63 | 34 | 0 | 37 | 325 | 44 | 63 |
| Binary | 1010110 | 1111111 | 10110000 | 110011 | 11100 | 0 | 11111 | 11010101 | 100100 | 110011 |
Color Harmonies of #567FB0
Complementary color
Monochromatic Colors of #567FB0
Black with #567FB0
Text Example
Text Example
White with #567FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567FB0; }
p { color: rgb(86,127,176); }
H1.HeaderClassName
{
color: #567FB0;
}
.AnyTagClassName
{
color: #567FB0;
}
</style>
background-color css
<style>
a { background-color: #567FB0; }
a { background-color: rgb(86,127,176); }
div.DivClassName
{
background-color: #567FB0;
}
.BgClassName
{
background-color: #567FB0;
}
</style>
border-color css
<style>
span { border-color: #567FB0; }
span { border-color: rgb(86,127,176); }
td.TdClassName
{
border-color: #567FB0;
}
.TagClassName
{
border-color: #567FB0;
}
</style>