Shades of Havelock Blue #5475CB
Tints of Havelock Blue #5475CB
RGB
CMYK
RGB Variations
Color information
#5475CB (or 0x5475CB) is known color: Havelock Blue. HEX triplet: 54, 75 and CB. RGB value is (84,117,203). Sum of RGB (Red+Green+Blue) = 84+117+203=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #5475CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5475CB is #AB8A34. Grayscale: #747474. Windows color (decimal): -11242037 or 13333844. OLE color: 13333844.
HSL color Cylindrical-coordinate representation of color #5475CB: hue angle of 223.36º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5475CB is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 117 | 203 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.20 |
| HSL | 223.36º | 0.53% | 0.56% | - |
| HSV(B) | 223.36º | 0.59% | 0.8% | - |
| XYZ | 20.8 | 18.92 | 59.06 | - |
| YUV | 116.94 | 176.57 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 117 | 203 | 0.59 | 0.42 | 0 | 0.20 | 223.36 | 0.53 | 0.56 |
| Hex | 54 | 75 | CB | 3B | 2A | 0 | 14 | DF | 35 | 38 |
| Octal | 124 | 165 | 313 | 73 | 52 | 0 | 24 | 337 | 65 | 70 |
| Binary | 1010100 | 1110101 | 11001011 | 111011 | 101010 | 0 | 10100 | 11011111 | 110101 | 111000 |
Color Harmonies of #5475CB
Complementary color
Monochromatic Colors of #5475CB
Black with #5475CB
Text Example
Text Example
White with #5475CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5475CB; }
p { color: rgb(84,117,203); }
H1.HeaderClassName
{
color: #5475CB;
}
.AnyTagClassName
{
color: #5475CB;
}
</style>
background-color css
<style>
a { background-color: #5475CB; }
a { background-color: rgb(84,117,203); }
div.DivClassName
{
background-color: #5475CB;
}
.BgClassName
{
background-color: #5475CB;
}
</style>
border-color css
<style>
span { border-color: #5475CB; }
span { border-color: rgb(84,117,203); }
td.TdClassName
{
border-color: #5475CB;
}
.TagClassName
{
border-color: #5475CB;
}
</style>