Shades of Havelock Blue #5083CB
Tints of Havelock Blue #5083CB
RGB
CMYK
RGB Variations
Color information
#5083CB (or 0x5083CB) is known color: Havelock Blue. HEX triplet: 50, 83 and CB. RGB value is (80,131,203). Sum of RGB (Red+Green+Blue) = 80+131+203=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #5083CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5083CB is #AF7C34. Grayscale: #7B7B7B. Windows color (decimal): -11500597 or 13337424. OLE color: 13337424.
HSL color Cylindrical-coordinate representation of color #5083CB: hue angle of 215.12º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5083CB is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 131 | 203 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.20 |
| HSL | 215.12º | 0.54% | 0.55% | - |
| HSV(B) | 215.12º | 0.61% | 0.8% | - |
| XYZ | 22.2 | 22.25 | 59.62 | - |
| YUV | 123.96 | 172.6 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 203 | 0.61 | 0.35 | 0 | 0.20 | 215.12 | 0.54 | 0.55 |
| Hex | 50 | 83 | CB | 3D | 23 | 0 | 14 | D7 | 36 | 37 |
| Octal | 120 | 203 | 313 | 75 | 43 | 0 | 24 | 327 | 66 | 67 |
| Binary | 1010000 | 10000011 | 11001011 | 111101 | 100011 | 0 | 10100 | 11010111 | 110110 | 110111 |
Color Harmonies of #5083CB
Complementary color
Monochromatic Colors of #5083CB
Black with #5083CB
Text Example
Text Example
White with #5083CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5083CB; }
p { color: rgb(80,131,203); }
H1.HeaderClassName
{
color: #5083CB;
}
.AnyTagClassName
{
color: #5083CB;
}
</style>
background-color css
<style>
a { background-color: #5083CB; }
a { background-color: rgb(80,131,203); }
div.DivClassName
{
background-color: #5083CB;
}
.BgClassName
{
background-color: #5083CB;
}
</style>
border-color css
<style>
span { border-color: #5083CB; }
span { border-color: rgb(80,131,203); }
td.TdClassName
{
border-color: #5083CB;
}
.TagClassName
{
border-color: #5083CB;
}
</style>