Shades of Havelock Blue #5385CB
Tints of Havelock Blue #5385CB
RGB
CMYK
RGB Variations
Color information
#5385CB (or 0x5385CB) is known color: Havelock Blue. HEX triplet: 53, 85 and CB. RGB value is (83,133,203). Sum of RGB (Red+Green+Blue) = 83+133+203=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #5385CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5385CB is #AC7A34. Grayscale: #7D7D7D. Windows color (decimal): -11303477 or 13337939. OLE color: 13337939.
HSL color Cylindrical-coordinate representation of color #5385CB: hue angle of 215º 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 #5385CB is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 133 | 203 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.20 |
| HSL | 215º | 0.54% | 0.56% | - |
| HSV(B) | 215º | 0.59% | 0.8% | - |
| XYZ | 22.73 | 22.93 | 59.73 | - |
| YUV | 126.03 | 171.44 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 133 | 203 | 0.59 | 0.34 | 0 | 0.20 | 215 | 0.54 | 0.56 |
| Hex | 53 | 85 | CB | 3B | 22 | 0 | 14 | D7 | 36 | 38 |
| Octal | 123 | 205 | 313 | 73 | 42 | 0 | 24 | 327 | 66 | 70 |
| Binary | 1010011 | 10000101 | 11001011 | 111011 | 100010 | 0 | 10100 | 11010111 | 110110 | 111000 |
Color Harmonies of #5385CB
Complementary color
Monochromatic Colors of #5385CB
Black with #5385CB
Text Example
Text Example
White with #5385CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5385CB; }
p { color: rgb(83,133,203); }
H1.HeaderClassName
{
color: #5385CB;
}
.AnyTagClassName
{
color: #5385CB;
}
</style>
background-color css
<style>
a { background-color: #5385CB; }
a { background-color: rgb(83,133,203); }
div.DivClassName
{
background-color: #5385CB;
}
.BgClassName
{
background-color: #5385CB;
}
</style>
border-color css
<style>
span { border-color: #5385CB; }
span { border-color: rgb(83,133,203); }
td.TdClassName
{
border-color: #5385CB;
}
.TagClassName
{
border-color: #5385CB;
}
</style>