Shades of Havelock Blue #5382CB
Tints of Havelock Blue #5382CB
RGB
CMYK
RGB Variations
Color information
#5382CB (or 0x5382CB) is known color: Havelock Blue. HEX triplet: 53, 82 and CB. RGB value is (83,130,203). Sum of RGB (Red+Green+Blue) = 83+130+203=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #5382CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5382CB is #AC7D34. Grayscale: #7B7B7B. Windows color (decimal): -11304245 or 13337171. OLE color: 13337171.
HSL color Cylindrical-coordinate representation of color #5382CB: hue angle of 216.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5382CB is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 130 | 203 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.20 |
| HSL | 216.5º | 0.54% | 0.56% | - |
| HSV(B) | 216.5º | 0.59% | 0.8% | - |
| XYZ | 22.33 | 22.12 | 59.59 | - |
| YUV | 124.27 | 172.43 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 203 | 0.59 | 0.36 | 0 | 0.20 | 216.5 | 0.54 | 0.56 |
| Hex | 53 | 82 | CB | 3B | 24 | 0 | 14 | D8 | 36 | 38 |
| Octal | 123 | 202 | 313 | 73 | 44 | 0 | 24 | 330 | 66 | 70 |
| Binary | 1010011 | 10000010 | 11001011 | 111011 | 100100 | 0 | 10100 | 11011000 | 110110 | 111000 |
Color Harmonies of #5382CB
Complementary color
Monochromatic Colors of #5382CB
Black with #5382CB
Text Example
Text Example
White with #5382CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5382CB; }
p { color: rgb(83,130,203); }
H1.HeaderClassName
{
color: #5382CB;
}
.AnyTagClassName
{
color: #5382CB;
}
</style>
background-color css
<style>
a { background-color: #5382CB; }
a { background-color: rgb(83,130,203); }
div.DivClassName
{
background-color: #5382CB;
}
.BgClassName
{
background-color: #5382CB;
}
</style>
border-color css
<style>
span { border-color: #5382CB; }
span { border-color: rgb(83,130,203); }
td.TdClassName
{
border-color: #5382CB;
}
.TagClassName
{
border-color: #5382CB;
}
</style>