Shades of Havelock Blue #5775C4
Tints of Havelock Blue #5775C4
RGB
CMYK
RGB Variations
Color information
#5775C4 (or 0x5775C4) is known color: Havelock Blue. HEX triplet: 57, 75 and C4. RGB value is (87,117,196). Sum of RGB (Red+Green+Blue) = 87+117+196=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 196 (76.95% from 255 or 49% from 400); Max value from RGB is 196 - color contains mainly: blue. Hex color #5775C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5775C4 is #A88A3B. Grayscale: #747474. Windows color (decimal): -11045436 or 12875095. OLE color: 12875095.
HSL color Cylindrical-coordinate representation of color #5775C4: hue angle of 223.49º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5775C4 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 117 | 196 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.23 |
| HSL | 223.49º | 0.48% | 0.55% | - |
| HSV(B) | 223.49º | 0.56% | 0.77% | - |
| XYZ | 20.26 | 18.73 | 54.77 | - |
| YUV | 117.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 117 | 196 | 0.56 | 0.40 | 0 | 0.23 | 223.49 | 0.48 | 0.55 |
| Hex | 57 | 75 | C4 | 38 | 28 | 0 | 17 | DF | 30 | 37 |
| Octal | 127 | 165 | 304 | 70 | 50 | 0 | 27 | 337 | 60 | 67 |
| Binary | 1010111 | 1110101 | 11000100 | 111000 | 101000 | 0 | 10111 | 11011111 | 110000 | 110111 |
Color Harmonies of #5775C4
Complementary color
Monochromatic Colors of #5775C4
Black with #5775C4
Text Example
Text Example
White with #5775C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5775C4; }
p { color: rgb(87,117,196); }
H1.HeaderClassName
{
color: #5775C4;
}
.AnyTagClassName
{
color: #5775C4;
}
</style>
background-color css
<style>
a { background-color: #5775C4; }
a { background-color: rgb(87,117,196); }
div.DivClassName
{
background-color: #5775C4;
}
.BgClassName
{
background-color: #5775C4;
}
</style>
border-color css
<style>
span { border-color: #5775C4; }
span { border-color: rgb(87,117,196); }
td.TdClassName
{
border-color: #5775C4;
}
.TagClassName
{
border-color: #5775C4;
}
</style>