Shades of Havelock Blue #5274CF
Tints of Havelock Blue #5274CF
RGB
CMYK
RGB Variations
Color information
#5274CF (or 0x5274CF) is known color: Havelock Blue. HEX triplet: 52, 74 and CF. RGB value is (82,116,207). Sum of RGB (Red+Green+Blue) = 82+116+207=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #5274CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5274CF is #AD8B30. Grayscale: #737373. Windows color (decimal): -11373361 or 13595730. OLE color: 13595730.
HSL color Cylindrical-coordinate representation of color #5274CF: hue angle of 223.68º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5274CF is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 116 | 207 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.19 |
| HSL | 223.68º | 0.57% | 0.57% | - |
| HSV(B) | 223.68º | 0.6% | 0.81% | - |
| XYZ | 20.99 | 18.79 | 61.55 | - |
| YUV | 116.21 | 179.24 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 207 | 0.60 | 0.44 | 0 | 0.19 | 223.68 | 0.57 | 0.57 |
| Hex | 52 | 74 | CF | 3C | 2C | 0 | 13 | E0 | 39 | 39 |
| Octal | 122 | 164 | 317 | 74 | 54 | 0 | 23 | 340 | 71 | 71 |
| Binary | 1010010 | 1110100 | 11001111 | 111100 | 101100 | 0 | 10011 | 11100000 | 111001 | 111001 |
Color Harmonies of #5274CF
Complementary color
Monochromatic Colors of #5274CF
Black with #5274CF
Text Example
Text Example
White with #5274CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5274CF; }
p { color: rgb(82,116,207); }
H1.HeaderClassName
{
color: #5274CF;
}
.AnyTagClassName
{
color: #5274CF;
}
</style>
background-color css
<style>
a { background-color: #5274CF; }
a { background-color: rgb(82,116,207); }
div.DivClassName
{
background-color: #5274CF;
}
.BgClassName
{
background-color: #5274CF;
}
</style>
border-color css
<style>
span { border-color: #5274CF; }
span { border-color: rgb(82,116,207); }
td.TdClassName
{
border-color: #5274CF;
}
.TagClassName
{
border-color: #5274CF;
}
</style>