Shades of Havelock Blue #5374CA
Tints of Havelock Blue #5374CA
RGB
CMYK
RGB Variations
Color information
#5374CA (or 0x5374CA) is known color: Havelock Blue. HEX triplet: 53, 74 and CA. RGB value is (83,116,202). Sum of RGB (Red+Green+Blue) = 83+116+202=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #5374CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5374CA is #AC8B35. Grayscale: #737373. Windows color (decimal): -11307830 or 13268051. OLE color: 13268051.
HSL color Cylindrical-coordinate representation of color #5374CA: hue angle of 223.36º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5374CA is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 116 | 202 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.21 |
| HSL | 223.36º | 0.53% | 0.56% | - |
| HSV(B) | 223.36º | 0.59% | 0.79% | - |
| XYZ | 20.47 | 18.59 | 58.39 | - |
| YUV | 115.94 | 176.57 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 116 | 202 | 0.59 | 0.43 | 0 | 0.21 | 223.36 | 0.53 | 0.56 |
| Hex | 53 | 74 | CA | 3B | 2B | 0 | 15 | DF | 35 | 38 |
| Octal | 123 | 164 | 312 | 73 | 53 | 0 | 25 | 337 | 65 | 70 |
| Binary | 1010011 | 1110100 | 11001010 | 111011 | 101011 | 0 | 10101 | 11011111 | 110101 | 111000 |
Color Harmonies of #5374CA
Complementary color
Monochromatic Colors of #5374CA
Black with #5374CA
Text Example
Text Example
White with #5374CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5374CA; }
p { color: rgb(83,116,202); }
H1.HeaderClassName
{
color: #5374CA;
}
.AnyTagClassName
{
color: #5374CA;
}
</style>
background-color css
<style>
a { background-color: #5374CA; }
a { background-color: rgb(83,116,202); }
div.DivClassName
{
background-color: #5374CA;
}
.BgClassName
{
background-color: #5374CA;
}
</style>
border-color css
<style>
span { border-color: #5374CA; }
span { border-color: rgb(83,116,202); }
td.TdClassName
{
border-color: #5374CA;
}
.TagClassName
{
border-color: #5374CA;
}
</style>