Shades of Havelock Blue #5083CC
Tints of Havelock Blue #5083CC
RGB
CMYK
RGB Variations
Color information
#5083CC (or 0x5083CC) is known color: Havelock Blue. HEX triplet: 50, 83 and CC. RGB value is (80,131,204). Sum of RGB (Red+Green+Blue) = 80+131+204=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #5083CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5083CC is #AF7C33. Grayscale: #7B7B7B. Windows color (decimal): -11500596 or 13402960. OLE color: 13402960.
HSL color Cylindrical-coordinate representation of color #5083CC: hue angle of 215.32º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5083CC is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 131 | 204 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.2 |
| HSL | 215.32º | 0.55% | 0.56% | - |
| HSV(B) | 215.32º | 0.61% | 0.8% | - |
| XYZ | 22.32 | 22.3 | 60.25 | - |
| YUV | 124.07 | 173.1 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 204 | 0.61 | 0.36 | 0 | 0.2 | 215.32 | 0.55 | 0.56 |
| Hex | 50 | 83 | CC | 3D | 24 | 0 | 14 | D7 | 37 | 38 |
| Octal | 120 | 203 | 314 | 75 | 44 | 0 | 24 | 327 | 67 | 70 |
| Binary | 1010000 | 10000011 | 11001100 | 111101 | 100100 | 0 | 10100 | 11010111 | 110111 | 111000 |
Color Harmonies of #5083CC
Complementary color
Monochromatic Colors of #5083CC
Black with #5083CC
Text Example
Text Example
White with #5083CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5083CC; }
p { color: rgb(80,131,204); }
H1.HeaderClassName
{
color: #5083CC;
}
.AnyTagClassName
{
color: #5083CC;
}
</style>
background-color css
<style>
a { background-color: #5083CC; }
a { background-color: rgb(80,131,204); }
div.DivClassName
{
background-color: #5083CC;
}
.BgClassName
{
background-color: #5083CC;
}
</style>
border-color css
<style>
span { border-color: #5083CC; }
span { border-color: rgb(80,131,204); }
td.TdClassName
{
border-color: #5083CC;
}
.TagClassName
{
border-color: #5083CC;
}
</style>