Shades of Havelock Blue #567CBE
Tints of Havelock Blue #567CBE
RGB
CMYK
RGB Variations
Color information
#567CBE (or 0x567CBE) is known color: Havelock Blue. HEX triplet: 56, 7C and BE. RGB value is (86,124,190). Sum of RGB (Red+Green+Blue) = 86+124+190=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #567CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567CBE is #A98341. Grayscale: #777777. Windows color (decimal): -11109186 or 12483670. OLE color: 12483670.
HSL color Cylindrical-coordinate representation of color #567CBE: hue angle of 218.08º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #567CBE is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 124 | 190 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.25 |
| HSL | 218.08º | 0.44% | 0.54% | - |
| HSV(B) | 218.08º | 0.55% | 0.75% | - |
| XYZ | 20.34 | 20.11 | 51.53 | - |
| YUV | 120.16 | 167.41 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 190 | 0.55 | 0.35 | 0 | 0.25 | 218.08 | 0.44 | 0.54 |
| Hex | 56 | 7C | BE | 37 | 23 | 0 | 19 | DA | 2C | 36 |
| Octal | 126 | 174 | 276 | 67 | 43 | 0 | 31 | 332 | 54 | 66 |
| Binary | 1010110 | 1111100 | 10111110 | 110111 | 100011 | 0 | 11001 | 11011010 | 101100 | 110110 |
Color Harmonies of #567CBE
Complementary color
Monochromatic Colors of #567CBE
Black with #567CBE
Text Example
Text Example
White with #567CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567CBE; }
p { color: rgb(86,124,190); }
H1.HeaderClassName
{
color: #567CBE;
}
.AnyTagClassName
{
color: #567CBE;
}
</style>
background-color css
<style>
a { background-color: #567CBE; }
a { background-color: rgb(86,124,190); }
div.DivClassName
{
background-color: #567CBE;
}
.BgClassName
{
background-color: #567CBE;
}
</style>
border-color css
<style>
span { border-color: #567CBE; }
span { border-color: rgb(86,124,190); }
td.TdClassName
{
border-color: #567CBE;
}
.TagClassName
{
border-color: #567CBE;
}
</style>