#547ED5

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

Shades of Havelock Blue #547ED5

Tints of Havelock Blue #547ED5

Color information

#547ED5 (or 0x547ED5) is unknown color: approx Havelock Blue. HEX triplet: 54, 7E and D5. RGB value is (84,126,213). Sum of RGB (Red+Green+Blue) = 84+126+213=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #547ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547ED5 is #AB812A. Grayscale: #7A7A7A. Windows color (decimal): -11239723 or 13991508. OLE color: 13991508.

HSL color Cylindrical-coordinate representation of color #547ED5: hue angle of 220.47º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #547ED5 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB84126213-
CMYK0.610.4100.16
HSL220.47º60.56%58.24%-
HSV(B)220.47º60.56%83.53%-
XYZ23.1321.6165.9-
YUV123.36178.5999.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.86%
GREEN value IS 126 (49.61% from 255) = 29.79%
BLUE value IS 213 (83.59% from 255) = 50.35%
R=19.86%
G=29.79%
B=50.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal841262130.610.4100.16220.4760.5658.24
Hex547ED53D29010dc3d3a
Octal12417632575510203347572
Binary101010011111101101010111110110100101000011011100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,126,213); }

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

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

 a { background-color: rgb(84,126,213); }

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

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

 span { border-color: rgb(84,126,213); }

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