Shades of Havelock Blue #567CBA
Tints of Havelock Blue #567CBA
RGB
CMYK
RGB Variations
Color information
#567CBA (or 0x567CBA) is known color: Havelock Blue. HEX triplet: 56, 7C and BA. RGB value is (86,124,186). Sum of RGB (Red+Green+Blue) = 86+124+186=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #567CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567CBA is #A98345. Grayscale: #777777. Windows color (decimal): -11109190 or 12221526. OLE color: 12221526.
HSL color Cylindrical-coordinate representation of color #567CBA: hue angle of 217.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #567CBA is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 124 | 186 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.27 |
| HSL | 217.2º | 0.42% | 0.53% | - |
| HSV(B) | 217.2º | 0.54% | 0.73% | - |
| XYZ | 19.91 | 19.94 | 49.25 | - |
| YUV | 119.71 | 165.41 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 186 | 0.54 | 0.33 | 0 | 0.27 | 217.2 | 0.42 | 0.53 |
| Hex | 56 | 7C | BA | 36 | 21 | 0 | 1B | D9 | 2A | 35 |
| Octal | 126 | 174 | 272 | 66 | 41 | 0 | 33 | 331 | 52 | 65 |
| Binary | 1010110 | 1111100 | 10111010 | 110110 | 100001 | 0 | 11011 | 11011001 | 101010 | 110101 |
Color Harmonies of #567CBA
Complementary color
Monochromatic Colors of #567CBA
Black with #567CBA
Text Example
Text Example
White with #567CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567CBA; }
p { color: rgb(86,124,186); }
H1.HeaderClassName
{
color: #567CBA;
}
.AnyTagClassName
{
color: #567CBA;
}
</style>
background-color css
<style>
a { background-color: #567CBA; }
a { background-color: rgb(86,124,186); }
div.DivClassName
{
background-color: #567CBA;
}
.BgClassName
{
background-color: #567CBA;
}
</style>
border-color css
<style>
span { border-color: #567CBA; }
span { border-color: rgb(86,124,186); }
td.TdClassName
{
border-color: #567CBA;
}
.TagClassName
{
border-color: #567CBA;
}
</style>