Shades of Havelock Blue #5C75CB
Tints of Havelock Blue #5C75CB
RGB
CMYK
RGB Variations
Color information
#5C75CB (or 0x5C75CB) is known color: Havelock Blue. HEX triplet: 5C, 75 and CB. RGB value is (92,117,203). Sum of RGB (Red+Green+Blue) = 92+117+203=412 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.33% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C75CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C75CB is #A38A34. Grayscale: #767676. Windows color (decimal): -10717749 or 13333852. OLE color: 13333852.
HSL color Cylindrical-coordinate representation of color #5C75CB: hue angle of 226.49º 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 #5C75CB is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 117 | 203 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.20 |
| HSL | 226.49º | 0.52% | 0.58% | - |
| HSV(B) | 226.49º | 0.55% | 0.8% | - |
| XYZ | 21.55 | 19.31 | 59.09 | - |
| YUV | 119.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 117 | 203 | 0.55 | 0.42 | 0 | 0.20 | 226.49 | 0.52 | 0.58 |
| Hex | 5C | 75 | CB | 37 | 2A | 0 | 14 | E2 | 34 | 3A |
| Octal | 134 | 165 | 313 | 67 | 52 | 0 | 24 | 342 | 64 | 72 |
| Binary | 1011100 | 1110101 | 11001011 | 110111 | 101010 | 0 | 10100 | 11100010 | 110100 | 111010 |
Color Harmonies of #5C75CB
Complementary color
Monochromatic Colors of #5C75CB
Black with #5C75CB
Text Example
Text Example
White with #5C75CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C75CB; }
p { color: rgb(92,117,203); }
H1.HeaderClassName
{
color: #5C75CB;
}
.AnyTagClassName
{
color: #5C75CB;
}
</style>
background-color css
<style>
a { background-color: #5C75CB; }
a { background-color: rgb(92,117,203); }
div.DivClassName
{
background-color: #5C75CB;
}
.BgClassName
{
background-color: #5C75CB;
}
</style>
border-color css
<style>
span { border-color: #5C75CB; }
span { border-color: rgb(92,117,203); }
td.TdClassName
{
border-color: #5C75CB;
}
.TagClassName
{
border-color: #5C75CB;
}
</style>