Shades of Havelock Blue #5783D7
Tints of Havelock Blue #5783D7
RGB
CMYK
RGB Variations
Color information
#5783D7 (or 0x5783D7) is known color: Havelock Blue. HEX triplet: 57, 83 and D7. RGB value is (87,131,215). Sum of RGB (Red+Green+Blue) = 87+131+215=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #5783D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5783D7 is #A87C28. Grayscale: #7F7F7F. Windows color (decimal): -11041833 or 14123863. OLE color: 14123863.
HSL color Cylindrical-coordinate representation of color #5783D7: hue angle of 219.38º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5783D7 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 131 | 215 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.16 |
| HSL | 219.38º | 0.62% | 0.59% | - |
| HSV(B) | 219.38º | 0.6% | 0.84% | - |
| XYZ | 24.31 | 23.17 | 67.48 | - |
| YUV | 127.42 | 177.42 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 131 | 215 | 0.60 | 0.39 | 0 | 0.16 | 219.38 | 0.62 | 0.59 |
| Hex | 57 | 83 | D7 | 3C | 27 | 0 | 10 | DB | 3E | 3B |
| Octal | 127 | 203 | 327 | 74 | 47 | 0 | 20 | 333 | 76 | 73 |
| Binary | 1010111 | 10000011 | 11010111 | 111100 | 100111 | 0 | 10000 | 11011011 | 111110 | 111011 |
Color Harmonies of #5783D7
Complementary color
Monochromatic Colors of #5783D7
Black with #5783D7
Text Example
Text Example
White with #5783D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5783D7; }
p { color: rgb(87,131,215); }
H1.HeaderClassName
{
color: #5783D7;
}
.AnyTagClassName
{
color: #5783D7;
}
</style>
background-color css
<style>
a { background-color: #5783D7; }
a { background-color: rgb(87,131,215); }
div.DivClassName
{
background-color: #5783D7;
}
.BgClassName
{
background-color: #5783D7;
}
</style>
border-color css
<style>
span { border-color: #5783D7; }
span { border-color: rgb(87,131,215); }
td.TdClassName
{
border-color: #5783D7;
}
.TagClassName
{
border-color: #5783D7;
}
</style>