Shades of Havelock Blue #567FC1
Tints of Havelock Blue #567FC1
RGB
CMYK
RGB Variations
Color information
#567FC1 (or 0x567FC1) is known color: Havelock Blue. HEX triplet: 56, 7F and C1. RGB value is (86,127,193). Sum of RGB (Red+Green+Blue) = 86+127+193=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #567FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567FC1 is #A9803E. Grayscale: #797979. Windows color (decimal): -11108415 or 12681046. OLE color: 12681046.
HSL color Cylindrical-coordinate representation of color #567FC1: hue angle of 217.01º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #567FC1 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 127 | 193 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.24 |
| HSL | 217.01º | 0.46% | 0.55% | - |
| HSV(B) | 217.01º | 0.55% | 0.76% | - |
| XYZ | 21.05 | 21.01 | 53.4 | - |
| YUV | 122.27 | 167.92 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 193 | 0.55 | 0.34 | 0 | 0.24 | 217.01 | 0.46 | 0.55 |
| Hex | 56 | 7F | C1 | 37 | 22 | 0 | 18 | D9 | 2E | 37 |
| Octal | 126 | 177 | 301 | 67 | 42 | 0 | 30 | 331 | 56 | 67 |
| Binary | 1010110 | 1111111 | 11000001 | 110111 | 100010 | 0 | 11000 | 11011001 | 101110 | 110111 |
Color Harmonies of #567FC1
Complementary color
Monochromatic Colors of #567FC1
Black with #567FC1
Text Example
Text Example
White with #567FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567FC1; }
p { color: rgb(86,127,193); }
H1.HeaderClassName
{
color: #567FC1;
}
.AnyTagClassName
{
color: #567FC1;
}
</style>
background-color css
<style>
a { background-color: #567FC1; }
a { background-color: rgb(86,127,193); }
div.DivClassName
{
background-color: #567FC1;
}
.BgClassName
{
background-color: #567FC1;
}
</style>
border-color css
<style>
span { border-color: #567FC1; }
span { border-color: rgb(86,127,193); }
td.TdClassName
{
border-color: #567FC1;
}
.TagClassName
{
border-color: #567FC1;
}
</style>