#547CD9

Color #547CD9 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #547CD9

Tints of Havelock Blue #547CD9

Color information

#547CD9 (or 0x547CD9) is unknown color: approx Havelock Blue. HEX triplet: 54, 7C and D9. RGB value is (84,124,217). Sum of RGB (Red+Green+Blue) = 84+124+217=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 217 (85.16% from 255 or 51.06% from 425); Max value from RGB is 217 - color contains mainly: blue. Hex color #547CD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CD9 is #AB8326. Grayscale: #7A7A7A. Windows color (decimal): -11240231 or 14253140. OLE color: 14253140.

HSL color Cylindrical-coordinate representation of color #547CD9: hue angle of 221.95º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #547CD9 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB84124217-
CMYK0.610.4300.15
HSL221.95º63.64%59.02%-
HSV(B)221.95º61.29%85.1%-
XYZ23.3921.3168.53-
YUV122.64181.25100.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 19.76%
GREEN value IS 124 (48.83% from 255) = 29.18%
BLUE value IS 217 (85.16% from 255) = 51.06%
R=19.76%
G=29.18%
B=51.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal841242170.610.4300.15221.9563.6459.02
Hex547CD93D2B0Fde403b
Octal124174331755301733610073
Binary101010011111001101100111110110101101111110111101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547CD9; }

 p { color: rgb(84,124,217); }

 H1.HeaderClassName
 {
   color: #547CD9;
 }
 .AnyTagClassName
 {
   color: #547CD9;
 }
</style>
background-color css

<style>
 a { background-color: #547CD9; }

 a { background-color: rgb(84,124,217); }

 div.DivClassName
 {
   background-color: #547CD9;
 }
 .BgClassName
 {
   background-color: #547CD9;
 }
</style>
border-color css

<style>
 span { border-color: #547CD9; }

 span { border-color: rgb(84,124,217); }

 td.TdClassName
 {
   border-color: #547CD9;
 }
 .TagClassName
 {
   border-color: #547CD9;
 }
</style>