Shades of Havelock Blue #5378C6
Tints of Havelock Blue #5378C6
RGB
CMYK
RGB Variations
Color information
#5378C6 (or 0x5378C6) is known color: Havelock Blue. HEX triplet: 53, 78 and C6. RGB value is (83,120,198). Sum of RGB (Red+Green+Blue) = 83+120+198=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 198 (77.73% from 255 or 49.38% from 401); Max value from RGB is 198 - color contains mainly: blue. Hex color #5378C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5378C6 is #AC8739. Grayscale: #757575. Windows color (decimal): -11306810 or 13006931. OLE color: 13006931.
HSL color Cylindrical-coordinate representation of color #5378C6: hue angle of 220.7º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5378C6 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 120 | 198 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.22 |
| HSL | 220.7º | 0.5% | 0.55% | - |
| HSV(B) | 220.7º | 0.58% | 0.78% | - |
| XYZ | 20.48 | 19.35 | 56.08 | - |
| YUV | 117.83 | 173.24 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 120 | 198 | 0.58 | 0.39 | 0 | 0.22 | 220.7 | 0.5 | 0.55 |
| Hex | 53 | 78 | C6 | 3A | 27 | 0 | 16 | DD | 32 | 37 |
| Octal | 123 | 170 | 306 | 72 | 47 | 0 | 26 | 335 | 62 | 67 |
| Binary | 1010011 | 1111000 | 11000110 | 111010 | 100111 | 0 | 10110 | 11011101 | 110010 | 110111 |
Color Harmonies of #5378C6
Complementary color
Monochromatic Colors of #5378C6
Black with #5378C6
Text Example
Text Example
White with #5378C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5378C6; }
p { color: rgb(83,120,198); }
H1.HeaderClassName
{
color: #5378C6;
}
.AnyTagClassName
{
color: #5378C6;
}
</style>
background-color css
<style>
a { background-color: #5378C6; }
a { background-color: rgb(83,120,198); }
div.DivClassName
{
background-color: #5378C6;
}
.BgClassName
{
background-color: #5378C6;
}
</style>
border-color css
<style>
span { border-color: #5378C6; }
span { border-color: rgb(83,120,198); }
td.TdClassName
{
border-color: #5378C6;
}
.TagClassName
{
border-color: #5378C6;
}
</style>