Shades of Havelock Blue #547CC3
Tints of Havelock Blue #547CC3
RGB
CMYK
RGB Variations
Color information
#547CC3 (or 0x547CC3) is known color: Havelock Blue. HEX triplet: 54, 7C and C3. RGB value is (84,124,195). Sum of RGB (Red+Green+Blue) = 84+124+195=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 195 (76.56% from 255 or 48.39% from 403); Max value from RGB is 195 - color contains mainly: blue. Hex color #547CC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CC3 is #AB833C. Grayscale: #777777. Windows color (decimal): -11240253 or 12811348. OLE color: 12811348.
HSL color Cylindrical-coordinate representation of color #547CC3: hue angle of 218.38º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #547CC3 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 124 | 195 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.24 |
| HSL | 218.38º | 0.48% | 0.55% | - |
| HSV(B) | 218.38º | 0.57% | 0.76% | - |
| XYZ | 20.71 | 20.24 | 54.44 | - |
| YUV | 120.13 | 170.25 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 195 | 0.57 | 0.36 | 0 | 0.24 | 218.38 | 0.48 | 0.55 |
| Hex | 54 | 7C | C3 | 39 | 24 | 0 | 18 | DA | 30 | 37 |
| Octal | 124 | 174 | 303 | 71 | 44 | 0 | 30 | 332 | 60 | 67 |
| Binary | 1010100 | 1111100 | 11000011 | 111001 | 100100 | 0 | 11000 | 11011010 | 110000 | 110111 |
Color Harmonies of #547CC3
Complementary color
Monochromatic Colors of #547CC3
Black with #547CC3
Text Example
Text Example
White with #547CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547CC3; }
p { color: rgb(84,124,195); }
H1.HeaderClassName
{
color: #547CC3;
}
.AnyTagClassName
{
color: #547CC3;
}
</style>
background-color css
<style>
a { background-color: #547CC3; }
a { background-color: rgb(84,124,195); }
div.DivClassName
{
background-color: #547CC3;
}
.BgClassName
{
background-color: #547CC3;
}
</style>
border-color css
<style>
span { border-color: #547CC3; }
span { border-color: rgb(84,124,195); }
td.TdClassName
{
border-color: #547CC3;
}
.TagClassName
{
border-color: #547CC3;
}
</style>