Shades of Havelock Blue #567DB3
Tints of Havelock Blue #567DB3
RGB
CMYK
RGB Variations
Color information
#567DB3 (or 0x567DB3) is known color: Havelock Blue. HEX triplet: 56, 7D and B3. RGB value is (86,125,179). Sum of RGB (Red+Green+Blue) = 86+125+179=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #567DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DB3 is #A9824C. Grayscale: #777777. Windows color (decimal): -11108941 or 11763030. OLE color: 11763030.
HSL color Cylindrical-coordinate representation of color #567DB3: hue angle of 214.84º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #567DB3 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 125 | 179 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.30 |
| HSL | 214.84º | 0.38% | 0.52% | - |
| HSV(B) | 214.84º | 0.52% | 0.7% | - |
| XYZ | 19.31 | 19.9 | 45.47 | - |
| YUV | 119.5 | 161.58 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 179 | 0.52 | 0.30 | 0 | 0.30 | 214.84 | 0.38 | 0.52 |
| Hex | 56 | 7D | B3 | 34 | 1E | 0 | 1E | D7 | 26 | 34 |
| Octal | 126 | 175 | 263 | 64 | 36 | 0 | 36 | 327 | 46 | 64 |
| Binary | 1010110 | 1111101 | 10110011 | 110100 | 11110 | 0 | 11110 | 11010111 | 100110 | 110100 |
Color Harmonies of #567DB3
Complementary color
Monochromatic Colors of #567DB3
Black with #567DB3
Text Example
Text Example
White with #567DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567DB3; }
p { color: rgb(86,125,179); }
H1.HeaderClassName
{
color: #567DB3;
}
.AnyTagClassName
{
color: #567DB3;
}
</style>
background-color css
<style>
a { background-color: #567DB3; }
a { background-color: rgb(86,125,179); }
div.DivClassName
{
background-color: #567DB3;
}
.BgClassName
{
background-color: #567DB3;
}
</style>
border-color css
<style>
span { border-color: #567DB3; }
span { border-color: rgb(86,125,179); }
td.TdClassName
{
border-color: #567DB3;
}
.TagClassName
{
border-color: #567DB3;
}
</style>