Shades of Havelock Blue #5183CB
Tints of Havelock Blue #5183CB
RGB
CMYK
RGB Variations
Color information
#5183CB (or 0x5183CB) is known color: Havelock Blue. HEX triplet: 51, 83 and CB. RGB value is (81,131,203). Sum of RGB (Red+Green+Blue) = 81+131+203=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #5183CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5183CB is #AE7C34. Grayscale: #7B7B7B. Windows color (decimal): -11435061 or 13337425. OLE color: 13337425.
HSL color Cylindrical-coordinate representation of color #5183CB: hue angle of 215.41º 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 #5183CB is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 131 | 203 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.20 |
| HSL | 215.41º | 0.54% | 0.56% | - |
| HSV(B) | 215.41º | 0.6% | 0.8% | - |
| XYZ | 22.29 | 22.29 | 59.63 | - |
| YUV | 124.26 | 172.44 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 131 | 203 | 0.60 | 0.35 | 0 | 0.20 | 215.41 | 0.54 | 0.56 |
| Hex | 51 | 83 | CB | 3C | 23 | 0 | 14 | D7 | 36 | 38 |
| Octal | 121 | 203 | 313 | 74 | 43 | 0 | 24 | 327 | 66 | 70 |
| Binary | 1010001 | 10000011 | 11001011 | 111100 | 100011 | 0 | 10100 | 11010111 | 110110 | 111000 |
Color Harmonies of #5183CB
Complementary color
Monochromatic Colors of #5183CB
Black with #5183CB
Text Example
Text Example
White with #5183CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5183CB; }
p { color: rgb(81,131,203); }
H1.HeaderClassName
{
color: #5183CB;
}
.AnyTagClassName
{
color: #5183CB;
}
</style>
background-color css
<style>
a { background-color: #5183CB; }
a { background-color: rgb(81,131,203); }
div.DivClassName
{
background-color: #5183CB;
}
.BgClassName
{
background-color: #5183CB;
}
</style>
border-color css
<style>
span { border-color: #5183CB; }
span { border-color: rgb(81,131,203); }
td.TdClassName
{
border-color: #5183CB;
}
.TagClassName
{
border-color: #5183CB;
}
</style>