Shades of Havelock Blue #5781C1
Tints of Havelock Blue #5781C1
RGB
CMYK
RGB Variations
Color information
#5781C1 (or 0x5781C1) is known color: Havelock Blue. HEX triplet: 57, 81 and C1. RGB value is (87,129,193). Sum of RGB (Red+Green+Blue) = 87+129+193=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #5781C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5781C1 is #A87E3E. Grayscale: #7B7B7B. Windows color (decimal): -11042367 or 12681559. OLE color: 12681559.
HSL color Cylindrical-coordinate representation of color #5781C1: hue angle of 216.23º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5781C1 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 129 | 193 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.24 |
| HSL | 216.23º | 0.46% | 0.55% | - |
| HSV(B) | 216.23º | 0.55% | 0.76% | - |
| XYZ | 21.41 | 21.58 | 53.49 | - |
| YUV | 123.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 129 | 193 | 0.55 | 0.33 | 0 | 0.24 | 216.23 | 0.46 | 0.55 |
| Hex | 57 | 81 | C1 | 37 | 21 | 0 | 18 | D8 | 2E | 37 |
| Octal | 127 | 201 | 301 | 67 | 41 | 0 | 30 | 330 | 56 | 67 |
| Binary | 1010111 | 10000001 | 11000001 | 110111 | 100001 | 0 | 11000 | 11011000 | 101110 | 110111 |
Color Harmonies of #5781C1
Complementary color
Monochromatic Colors of #5781C1
Black with #5781C1
Text Example
Text Example
White with #5781C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5781C1; }
p { color: rgb(87,129,193); }
H1.HeaderClassName
{
color: #5781C1;
}
.AnyTagClassName
{
color: #5781C1;
}
</style>
background-color css
<style>
a { background-color: #5781C1; }
a { background-color: rgb(87,129,193); }
div.DivClassName
{
background-color: #5781C1;
}
.BgClassName
{
background-color: #5781C1;
}
</style>
border-color css
<style>
span { border-color: #5781C1; }
span { border-color: rgb(87,129,193); }
td.TdClassName
{
border-color: #5781C1;
}
.TagClassName
{
border-color: #5781C1;
}
</style>