#547DCA

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

Shades of Havelock Blue #547DCA

Tints of Havelock Blue #547DCA

Color information

#547DCA (or 0x547DCA) is unknown color: approx Havelock Blue. HEX triplet: 54, 7D and CA. RGB value is (84,125,202). Sum of RGB (Red+Green+Blue) = 84+125+202=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #547DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DCA is #AB8235. Grayscale: #797979. Windows color (decimal): -11239990 or 13270356. OLE color: 13270356.

HSL color Cylindrical-coordinate representation of color #547DCA: hue angle of 219.15º 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 #547DCA is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB84125202-
CMYK0.580.3800.21
HSL219.15º52.68%56.08%-
HSV(B)219.15º58.42%79.22%-
XYZ21.6520.8258.75-
YUV121.52173.42101.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.44%
GREEN value IS 125 (49.22% from 255) = 30.41%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=20.44%
G=30.41%
B=49.15%

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
Decimal841252020.580.3800.21219.1552.6856.08
Hex547DCA3A26015db3538
Octal12417531272460253336570
Binary101010011111011100101011101010011001010111011011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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