Shades of Havelock Blue #567DC1
Tints of Havelock Blue #567DC1
RGB
CMYK
RGB Variations
Color information
#567DC1 (or 0x567DC1) is known color: Havelock Blue. HEX triplet: 56, 7D and C1. RGB value is (86,125,193). Sum of RGB (Red+Green+Blue) = 86+125+193=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #567DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DC1 is #A9823E. Grayscale: #787878. Windows color (decimal): -11108927 or 12680534. OLE color: 12680534.
HSL color Cylindrical-coordinate representation of color #567DC1: hue angle of 218.13º 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 #567DC1 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 125 | 193 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.24 |
| HSL | 218.13º | 0.46% | 0.55% | - |
| HSV(B) | 218.13º | 0.55% | 0.76% | - |
| XYZ | 20.8 | 20.5 | 53.31 | - |
| YUV | 121.09 | 168.58 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 193 | 0.55 | 0.35 | 0 | 0.24 | 218.13 | 0.46 | 0.55 |
| Hex | 56 | 7D | C1 | 37 | 23 | 0 | 18 | DA | 2E | 37 |
| Octal | 126 | 175 | 301 | 67 | 43 | 0 | 30 | 332 | 56 | 67 |
| Binary | 1010110 | 1111101 | 11000001 | 110111 | 100011 | 0 | 11000 | 11011010 | 101110 | 110111 |
Color Harmonies of #567DC1
Complementary color
Monochromatic Colors of #567DC1
Black with #567DC1
Text Example
Text Example
White with #567DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567DC1; }
p { color: rgb(86,125,193); }
H1.HeaderClassName
{
color: #567DC1;
}
.AnyTagClassName
{
color: #567DC1;
}
</style>
background-color css
<style>
a { background-color: #567DC1; }
a { background-color: rgb(86,125,193); }
div.DivClassName
{
background-color: #567DC1;
}
.BgClassName
{
background-color: #567DC1;
}
</style>
border-color css
<style>
span { border-color: #567DC1; }
span { border-color: rgb(86,125,193); }
td.TdClassName
{
border-color: #567DC1;
}
.TagClassName
{
border-color: #567DC1;
}
</style>