Shades of Havelock Blue #5C75CC
Tints of Havelock Blue #5C75CC
RGB
CMYK
RGB Variations
Color information
#5C75CC (or 0x5C75CC) is known color: Havelock Blue. HEX triplet: 5C, 75 and CC. RGB value is (92,117,204). Sum of RGB (Red+Green+Blue) = 92+117+204=413 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.28% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C75CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C75CC is #A38A33. Grayscale: #777777. Windows color (decimal): -10717748 or 13399388. OLE color: 13399388.
HSL color Cylindrical-coordinate representation of color #5C75CC: hue angle of 226.61º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C75CC is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 117 | 204 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.2 |
| HSL | 226.61º | 0.52% | 0.58% | - |
| HSV(B) | 226.61º | 0.55% | 0.8% | - |
| XYZ | 21.67 | 19.36 | 59.72 | - |
| YUV | 119.44 | 175.72 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 117 | 204 | 0.55 | 0.43 | 0 | 0.2 | 226.61 | 0.52 | 0.58 |
| Hex | 5C | 75 | CC | 37 | 2B | 0 | 14 | E3 | 34 | 3A |
| Octal | 134 | 165 | 314 | 67 | 53 | 0 | 24 | 343 | 64 | 72 |
| Binary | 1011100 | 1110101 | 11001100 | 110111 | 101011 | 0 | 10100 | 11100011 | 110100 | 111010 |
Color Harmonies of #5C75CC
Complementary color
Monochromatic Colors of #5C75CC
Black with #5C75CC
Text Example
Text Example
White with #5C75CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C75CC; }
p { color: rgb(92,117,204); }
H1.HeaderClassName
{
color: #5C75CC;
}
.AnyTagClassName
{
color: #5C75CC;
}
</style>
background-color css
<style>
a { background-color: #5C75CC; }
a { background-color: rgb(92,117,204); }
div.DivClassName
{
background-color: #5C75CC;
}
.BgClassName
{
background-color: #5C75CC;
}
</style>
border-color css
<style>
span { border-color: #5C75CC; }
span { border-color: rgb(92,117,204); }
td.TdClassName
{
border-color: #5C75CC;
}
.TagClassName
{
border-color: #5C75CC;
}
</style>