#547ECA

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

Shades of Havelock Blue #547ECA

Tints of Havelock Blue #547ECA

Color information

#547ECA (or 0x547ECA) is unknown color: approx Havelock Blue. HEX triplet: 54, 7E and CA. RGB value is (84,126,202). Sum of RGB (Red+Green+Blue) = 84+126+202=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #547ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547ECA is #AB8135. Grayscale: #797979. Windows color (decimal): -11239734 or 13270612. OLE color: 13270612.

HSL color Cylindrical-coordinate representation of color #547ECA: hue angle of 218.64º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #547ECA is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB84126202-
CMYK0.580.3800.21
HSL218.64º52.68%56.08%-
HSV(B)218.64º58.42%79.22%-
XYZ21.7821.0758.8-
YUV122.11173.09100.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.39%
GREEN value IS 126 (49.61% from 255) = 30.58%
BLUE value IS 202 (79.30% from 255) = 49.03%
R=20.39%
G=30.58%
B=49.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal841262020.580.3800.21218.6452.6856.08
Hex547ECA3A26015db3538
Octal12417631272460253336570
Binary101010011111101100101011101010011001010111011011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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