#547ECE

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

Shades of Havelock Blue #547ECE

Tints of Havelock Blue #547ECE

Color information

#547ECE (or 0x547ECE) is unknown color: approx Havelock Blue. HEX triplet: 54, 7E and CE. RGB value is (84,126,206). Sum of RGB (Red+Green+Blue) = 84+126+206=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #547ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547ECE is #AB8131. Grayscale: #7A7A7A. Windows color (decimal): -11239730 or 13532756. OLE color: 13532756.

HSL color Cylindrical-coordinate representation of color #547ECE: hue angle of 219.34º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #547ECE is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84126206-
CMYK0.590.3900.19
HSL219.34º55.45%56.86%-
HSV(B)219.34º59.22%80.78%-
XYZ22.2621.2661.32-
YUV122.56175.09100.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.19%
GREEN value IS 126 (49.61% from 255) = 30.29%
BLUE value IS 206 (80.86% from 255) = 49.52%
R=20.19%
G=30.29%
B=49.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841262060.590.3900.19219.3455.4556.86
Hex547ECE3B27013db3739
Octal12417631673470233336771
Binary101010011111101100111011101110011101001111011011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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