#543C7D

Color #543C7D Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #543C7D

Tints of Kingfisher Daisy #543C7D

Color information

#543C7D (or 0x543C7D) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 3C and 7D. RGB value is (84,60,125). Sum of RGB (Red+Green+Blue) = 84+60+125=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 125 - color contains mainly: blue. Hex color #543C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543C7D is #ABC382. Grayscale: #4A4A4A. Windows color (decimal): -11256707 or 8207444. OLE color: 8207444.

HSL color Cylindrical-coordinate representation of color #543C7D: hue angle of 262.15º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #543C7D is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8460125-
CMYK0.330.5200.51
HSL262.15º35.14%36.27%-
HSV(B)262.15º52%49.02%-
XYZ8.976.620.2-
YUV74.59156.45134.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.23%
GREEN value IS 60 (23.83% from 255) = 22.30%
BLUE value IS 125 (49.22% from 255) = 46.47%
R=31.23%
G=22.30%
B=46.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84601250.330.5200.51262.1535.1436.27
Hex543C7D21340331062324
Octal1247417541640634064344
Binary101010011110011111011000011101000110011100000110100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543C7D; }

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

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

<style>
 a { background-color: #543C7D; }

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

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

<style>
 span { border-color: #543C7D; }

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

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