Shades of Havelock Blue #567FC5
Tints of Havelock Blue #567FC5
RGB
CMYK
RGB Variations
Color information
#567FC5 (or 0x567FC5) is known color: Havelock Blue. HEX triplet: 56, 7F and C5. RGB value is (86,127,197). Sum of RGB (Red+Green+Blue) = 86+127+197=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #567FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567FC5 is #A9803A. Grayscale: #7A7A7A. Windows color (decimal): -11108411 or 12943190. OLE color: 12943190.
HSL color Cylindrical-coordinate representation of color #567FC5: hue angle of 217.84º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #567FC5 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 127 | 197 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.23 |
| HSL | 217.84º | 0.49% | 0.55% | - |
| HSV(B) | 217.84º | 0.56% | 0.77% | - |
| XYZ | 21.51 | 21.19 | 55.78 | - |
| YUV | 122.72 | 169.92 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 197 | 0.56 | 0.36 | 0 | 0.23 | 217.84 | 0.49 | 0.55 |
| Hex | 56 | 7F | C5 | 38 | 24 | 0 | 17 | DA | 31 | 37 |
| Octal | 126 | 177 | 305 | 70 | 44 | 0 | 27 | 332 | 61 | 67 |
| Binary | 1010110 | 1111111 | 11000101 | 111000 | 100100 | 0 | 10111 | 11011010 | 110001 | 110111 |
Color Harmonies of #567FC5
Complementary color
Monochromatic Colors of #567FC5
Black with #567FC5
Text Example
Text Example
White with #567FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567FC5; }
p { color: rgb(86,127,197); }
H1.HeaderClassName
{
color: #567FC5;
}
.AnyTagClassName
{
color: #567FC5;
}
</style>
background-color css
<style>
a { background-color: #567FC5; }
a { background-color: rgb(86,127,197); }
div.DivClassName
{
background-color: #567FC5;
}
.BgClassName
{
background-color: #567FC5;
}
</style>
border-color css
<style>
span { border-color: #567FC5; }
span { border-color: rgb(86,127,197); }
td.TdClassName
{
border-color: #567FC5;
}
.TagClassName
{
border-color: #567FC5;
}
</style>