Shades of Havelock Blue #5675B3
Tints of Havelock Blue #5675B3
RGB
CMYK
RGB Variations
Color information
#5675B3 (or 0x5675B3) is known color: Havelock Blue. HEX triplet: 56, 75 and B3. RGB value is (86,117,179). Sum of RGB (Red+Green+Blue) = 86+117+179=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 179 - color contains mainly: blue. Hex color #5675B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5675B3 is #A98A4C. Grayscale: #727272. Windows color (decimal): -11110989 or 11760982. OLE color: 11760982.
HSL color Cylindrical-coordinate representation of color #5675B3: hue angle of 220º 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 #5675B3 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 117 | 179 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.30 |
| HSL | 220º | 0.38% | 0.52% | - |
| HSV(B) | 220º | 0.52% | 0.7% | - |
| XYZ | 18.34 | 17.96 | 45.15 | - |
| YUV | 114.8 | 164.23 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 117 | 179 | 0.52 | 0.35 | 0 | 0.30 | 220 | 0.38 | 0.52 |
| Hex | 56 | 75 | B3 | 34 | 23 | 0 | 1E | DC | 26 | 34 |
| Octal | 126 | 165 | 263 | 64 | 43 | 0 | 36 | 334 | 46 | 64 |
| Binary | 1010110 | 1110101 | 10110011 | 110100 | 100011 | 0 | 11110 | 11011100 | 100110 | 110100 |
Color Harmonies of #5675B3
Complementary color
Monochromatic Colors of #5675B3
Black with #5675B3
Text Example
Text Example
White with #5675B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5675B3; }
p { color: rgb(86,117,179); }
H1.HeaderClassName
{
color: #5675B3;
}
.AnyTagClassName
{
color: #5675B3;
}
</style>
background-color css
<style>
a { background-color: #5675B3; }
a { background-color: rgb(86,117,179); }
div.DivClassName
{
background-color: #5675B3;
}
.BgClassName
{
background-color: #5675B3;
}
</style>
border-color css
<style>
span { border-color: #5675B3; }
span { border-color: rgb(86,117,179); }
td.TdClassName
{
border-color: #5675B3;
}
.TagClassName
{
border-color: #5675B3;
}
</style>