Shades of Havelock Blue #5B73CE
Tints of Havelock Blue #5B73CE
RGB
CMYK
RGB Variations
Color information
#5B73CE (or 0x5B73CE) is known color: Havelock Blue. HEX triplet: 5B, 73 and CE. RGB value is (91,115,206). Sum of RGB (Red+Green+Blue) = 91+115+206=412 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.09% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B73CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B73CE is #A48C31. Grayscale: #757575. Windows color (decimal): -10783794 or 13529947. OLE color: 13529947.
HSL color Cylindrical-coordinate representation of color #5B73CE: hue angle of 227.48º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B73CE is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 115 | 206 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.19 |
| HSL | 227.48º | 0.54% | 0.58% | - |
| HSV(B) | 227.48º | 0.56% | 0.81% | - |
| XYZ | 21.59 | 18.94 | 60.91 | - |
| YUV | 118.2 | 177.55 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 206 | 0.56 | 0.44 | 0 | 0.19 | 227.48 | 0.54 | 0.58 |
| Hex | 5B | 73 | CE | 38 | 2C | 0 | 13 | E3 | 36 | 3A |
| Octal | 133 | 163 | 316 | 70 | 54 | 0 | 23 | 343 | 66 | 72 |
| Binary | 1011011 | 1110011 | 11001110 | 111000 | 101100 | 0 | 10011 | 11100011 | 110110 | 111010 |
Color Harmonies of #5B73CE
Complementary color
Monochromatic Colors of #5B73CE
Black with #5B73CE
Text Example
Text Example
White with #5B73CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B73CE; }
p { color: rgb(91,115,206); }
H1.HeaderClassName
{
color: #5B73CE;
}
.AnyTagClassName
{
color: #5B73CE;
}
</style>
background-color css
<style>
a { background-color: #5B73CE; }
a { background-color: rgb(91,115,206); }
div.DivClassName
{
background-color: #5B73CE;
}
.BgClassName
{
background-color: #5B73CE;
}
</style>
border-color css
<style>
span { border-color: #5B73CE; }
span { border-color: rgb(91,115,206); }
td.TdClassName
{
border-color: #5B73CE;
}
.TagClassName
{
border-color: #5B73CE;
}
</style>