Shades of Havelock Blue #5783CC
Tints of Havelock Blue #5783CC
RGB
CMYK
RGB Variations
Color information
#5783CC (or 0x5783CC) is known color: Havelock Blue. HEX triplet: 57, 83 and CC. RGB value is (87,131,204). Sum of RGB (Red+Green+Blue) = 87+131+204=422 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.62% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #5783CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5783CC is #A87C33. Grayscale: #7D7D7D. Windows color (decimal): -11041844 or 13402967. OLE color: 13402967.
HSL color Cylindrical-coordinate representation of color #5783CC: hue angle of 217.44º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5783CC is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 131 | 204 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.2 |
| HSL | 217.44º | 0.53% | 0.57% | - |
| HSV(B) | 217.44º | 0.57% | 0.8% | - |
| XYZ | 22.95 | 22.62 | 60.28 | - |
| YUV | 126.17 | 171.92 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 131 | 204 | 0.57 | 0.36 | 0 | 0.2 | 217.44 | 0.53 | 0.57 |
| Hex | 57 | 83 | CC | 39 | 24 | 0 | 14 | D9 | 35 | 39 |
| Octal | 127 | 203 | 314 | 71 | 44 | 0 | 24 | 331 | 65 | 71 |
| Binary | 1010111 | 10000011 | 11001100 | 111001 | 100100 | 0 | 10100 | 11011001 | 110101 | 111001 |
Color Harmonies of #5783CC
Complementary color
Monochromatic Colors of #5783CC
Black with #5783CC
Text Example
Text Example
White with #5783CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5783CC; }
p { color: rgb(87,131,204); }
H1.HeaderClassName
{
color: #5783CC;
}
.AnyTagClassName
{
color: #5783CC;
}
</style>
background-color css
<style>
a { background-color: #5783CC; }
a { background-color: rgb(87,131,204); }
div.DivClassName
{
background-color: #5783CC;
}
.BgClassName
{
background-color: #5783CC;
}
</style>
border-color css
<style>
span { border-color: #5783CC; }
span { border-color: rgb(87,131,204); }
td.TdClassName
{
border-color: #5783CC;
}
.TagClassName
{
border-color: #5783CC;
}
</style>