Shades of Havelock Blue #547CCB
Tints of Havelock Blue #547CCB
RGB
CMYK
RGB Variations
Color information
#547CCB (or 0x547CCB) is known color: Havelock Blue. HEX triplet: 54, 7C and CB. RGB value is (84,124,203). Sum of RGB (Red+Green+Blue) = 84+124+203=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #547CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CCB is #AB8334. Grayscale: #787878. Windows color (decimal): -11240245 or 13335636. OLE color: 13335636.
HSL color Cylindrical-coordinate representation of color #547CCB: hue angle of 219.83º 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 #547CCB is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 124 | 203 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.20 |
| HSL | 219.83º | 0.53% | 0.56% | - |
| HSV(B) | 219.83º | 0.59% | 0.8% | - |
| XYZ | 21.64 | 20.61 | 59.34 | - |
| YUV | 121.05 | 174.25 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 203 | 0.59 | 0.39 | 0 | 0.20 | 219.83 | 0.53 | 0.56 |
| Hex | 54 | 7C | CB | 3B | 27 | 0 | 14 | DC | 35 | 38 |
| Octal | 124 | 174 | 313 | 73 | 47 | 0 | 24 | 334 | 65 | 70 |
| Binary | 1010100 | 1111100 | 11001011 | 111011 | 100111 | 0 | 10100 | 11011100 | 110101 | 111000 |
Color Harmonies of #547CCB
Complementary color
Monochromatic Colors of #547CCB
Black with #547CCB
Text Example
Text Example
White with #547CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547CCB; }
p { color: rgb(84,124,203); }
H1.HeaderClassName
{
color: #547CCB;
}
.AnyTagClassName
{
color: #547CCB;
}
</style>
background-color css
<style>
a { background-color: #547CCB; }
a { background-color: rgb(84,124,203); }
div.DivClassName
{
background-color: #547CCB;
}
.BgClassName
{
background-color: #547CCB;
}
</style>
border-color css
<style>
span { border-color: #547CCB; }
span { border-color: rgb(84,124,203); }
td.TdClassName
{
border-color: #547CCB;
}
.TagClassName
{
border-color: #547CCB;
}
</style>