Shades of Havelock Blue #5083BD
Tints of Havelock Blue #5083BD
RGB
CMYK
RGB Variations
Color information
#5083BD (or 0x5083BD) is known color: Havelock Blue. HEX triplet: 50, 83 and BD. RGB value is (80,131,189). Sum of RGB (Red+Green+Blue) = 80+131+189=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #5083BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5083BD is #AF7C42. Grayscale: #7A7A7A. Windows color (decimal): -11500611 or 12419920. OLE color: 12419920.
HSL color Cylindrical-coordinate representation of color #5083BD: hue angle of 211.93º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5083BD is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 131 | 189 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.26 |
| HSL | 211.93º | 0.45% | 0.53% | - |
| HSV(B) | 211.93º | 0.58% | 0.74% | - |
| XYZ | 20.61 | 21.61 | 51.23 | - |
| YUV | 122.36 | 165.6 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 189 | 0.58 | 0.31 | 0 | 0.26 | 211.93 | 0.45 | 0.53 |
| Hex | 50 | 83 | BD | 3A | 1F | 0 | 1A | D4 | 2D | 35 |
| Octal | 120 | 203 | 275 | 72 | 37 | 0 | 32 | 324 | 55 | 65 |
| Binary | 1010000 | 10000011 | 10111101 | 111010 | 11111 | 0 | 11010 | 11010100 | 101101 | 110101 |
Color Harmonies of #5083BD
Complementary color
Monochromatic Colors of #5083BD
Black with #5083BD
Text Example
Text Example
White with #5083BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5083BD; }
p { color: rgb(80,131,189); }
H1.HeaderClassName
{
color: #5083BD;
}
.AnyTagClassName
{
color: #5083BD;
}
</style>
background-color css
<style>
a { background-color: #5083BD; }
a { background-color: rgb(80,131,189); }
div.DivClassName
{
background-color: #5083BD;
}
.BgClassName
{
background-color: #5083BD;
}
</style>
border-color css
<style>
span { border-color: #5083BD; }
span { border-color: rgb(80,131,189); }
td.TdClassName
{
border-color: #5083BD;
}
.TagClassName
{
border-color: #5083BD;
}
</style>