Shades of Havelock Blue #5275CA
Tints of Havelock Blue #5275CA
RGB
CMYK
RGB Variations
Color information
#5275CA (or 0x5275CA) is known color: Havelock Blue. HEX triplet: 52, 75 and CA. RGB value is (82,117,202). Sum of RGB (Red+Green+Blue) = 82+117+202=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 117 (46.09% from 255 or 29.18% 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 #5275CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5275CA is #AD8A35. Grayscale: #737373. Windows color (decimal): -11373110 or 13268306. OLE color: 13268306.
HSL color Cylindrical-coordinate representation of color #5275CA: hue angle of 222.5º 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 #5275CA is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 117 | 202 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.21 |
| HSL | 222.5º | 0.53% | 0.56% | - |
| HSV(B) | 222.5º | 0.59% | 0.79% | - |
| XYZ | 20.5 | 18.78 | 58.42 | - |
| YUV | 116.23 | 176.4 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 117 | 202 | 0.59 | 0.42 | 0 | 0.21 | 222.5 | 0.53 | 0.56 |
| Hex | 52 | 75 | CA | 3B | 2A | 0 | 15 | DE | 35 | 38 |
| Octal | 122 | 165 | 312 | 73 | 52 | 0 | 25 | 336 | 65 | 70 |
| Binary | 1010010 | 1110101 | 11001010 | 111011 | 101010 | 0 | 10101 | 11011110 | 110101 | 111000 |
Color Harmonies of #5275CA
Complementary color
Monochromatic Colors of #5275CA
Black with #5275CA
Text Example
Text Example
White with #5275CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5275CA; }
p { color: rgb(82,117,202); }
H1.HeaderClassName
{
color: #5275CA;
}
.AnyTagClassName
{
color: #5275CA;
}
</style>
background-color css
<style>
a { background-color: #5275CA; }
a { background-color: rgb(82,117,202); }
div.DivClassName
{
background-color: #5275CA;
}
.BgClassName
{
background-color: #5275CA;
}
</style>
border-color css
<style>
span { border-color: #5275CA; }
span { border-color: rgb(82,117,202); }
td.TdClassName
{
border-color: #5275CA;
}
.TagClassName
{
border-color: #5275CA;
}
</style>