Shades of Havelock Blue #5375BE
Tints of Havelock Blue #5375BE
RGB
CMYK
RGB Variations
Color information
#5375BE (or 0x5375BE) is known color: Havelock Blue. HEX triplet: 53, 75 and BE. RGB value is (83,117,190). Sum of RGB (Red+Green+Blue) = 83+117+190=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #5375BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5375BE is #AC8A41. Grayscale: #727272. Windows color (decimal): -11307586 or 12481875. OLE color: 12481875.
HSL color Cylindrical-coordinate representation of color #5375BE: hue angle of 220.93º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5375BE is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 117 | 190 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.25 |
| HSL | 220.93º | 0.45% | 0.54% | - |
| HSV(B) | 220.93º | 0.56% | 0.75% | - |
| XYZ | 19.22 | 18.28 | 51.23 | - |
| YUV | 115.16 | 170.24 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 190 | 0.56 | 0.38 | 0 | 0.25 | 220.93 | 0.45 | 0.54 |
| Hex | 53 | 75 | BE | 38 | 26 | 0 | 19 | DD | 2D | 36 |
| Octal | 123 | 165 | 276 | 70 | 46 | 0 | 31 | 335 | 55 | 66 |
| Binary | 1010011 | 1110101 | 10111110 | 111000 | 100110 | 0 | 11001 | 11011101 | 101101 | 110110 |
Color Harmonies of #5375BE
Complementary color
Monochromatic Colors of #5375BE
Black with #5375BE
Text Example
Text Example
White with #5375BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5375BE; }
p { color: rgb(83,117,190); }
H1.HeaderClassName
{
color: #5375BE;
}
.AnyTagClassName
{
color: #5375BE;
}
</style>
background-color css
<style>
a { background-color: #5375BE; }
a { background-color: rgb(83,117,190); }
div.DivClassName
{
background-color: #5375BE;
}
.BgClassName
{
background-color: #5375BE;
}
</style>
border-color css
<style>
span { border-color: #5375BE; }
span { border-color: rgb(83,117,190); }
td.TdClassName
{
border-color: #5375BE;
}
.TagClassName
{
border-color: #5375BE;
}
</style>