Shades of Havelock Blue #5283CB
Tints of Havelock Blue #5283CB
RGB
CMYK
RGB Variations
Color information
#5283CB (or 0x5283CB) is known color: Havelock Blue. HEX triplet: 52, 83 and CB. RGB value is (82,131,203). Sum of RGB (Red+Green+Blue) = 82+131+203=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 131 (51.56% from 255 or 31.49% 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 #5283CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5283CB is #AD7C34. Grayscale: #7C7C7C. Windows color (decimal): -11369525 or 13337426. OLE color: 13337426.
HSL color Cylindrical-coordinate representation of color #5283CB: hue angle of 215.7º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5283CB is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 131 | 203 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.20 |
| HSL | 215.7º | 0.54% | 0.56% | - |
| HSV(B) | 215.7º | 0.6% | 0.8% | - |
| XYZ | 22.38 | 22.34 | 59.63 | - |
| YUV | 124.56 | 172.27 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 131 | 203 | 0.60 | 0.35 | 0 | 0.20 | 215.7 | 0.54 | 0.56 |
| Hex | 52 | 83 | CB | 3C | 23 | 0 | 14 | D8 | 36 | 38 |
| Octal | 122 | 203 | 313 | 74 | 43 | 0 | 24 | 330 | 66 | 70 |
| Binary | 1010010 | 10000011 | 11001011 | 111100 | 100011 | 0 | 10100 | 11011000 | 110110 | 111000 |
Color Harmonies of #5283CB
Complementary color
Monochromatic Colors of #5283CB
Black with #5283CB
Text Example
Text Example
White with #5283CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5283CB; }
p { color: rgb(82,131,203); }
H1.HeaderClassName
{
color: #5283CB;
}
.AnyTagClassName
{
color: #5283CB;
}
</style>
background-color css
<style>
a { background-color: #5283CB; }
a { background-color: rgb(82,131,203); }
div.DivClassName
{
background-color: #5283CB;
}
.BgClassName
{
background-color: #5283CB;
}
</style>
border-color css
<style>
span { border-color: #5283CB; }
span { border-color: rgb(82,131,203); }
td.TdClassName
{
border-color: #5283CB;
}
.TagClassName
{
border-color: #5283CB;
}
</style>