#543A7D

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

Shades of Kingfisher Daisy #543A7D

Tints of Kingfisher Daisy #543A7D

Color information

#543A7D (or 0x543A7D) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 3A and 7D. RGB value is (84,58,125). Sum of RGB (Red+Green+Blue) = 84+58+125=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #543A7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543A7D is #ABC582. Grayscale: #494949. Windows color (decimal): -11257219 or 8206932. OLE color: 8206932.

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

Color convert

RGB8458125-
CMYK0.330.5400.51
HSL263.28º36.61%35.88%-
HSV(B)263.28º53.6%49.02%-
XYZ8.876.3920.17-
YUV73.41157.11135.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 58 (23.05% from 255) = 21.72%
BLUE value IS 125 (49.22% from 255) = 46.82%
R=31.46%
G=21.72%
B=46.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84581250.330.5400.51263.2836.6135.88
Hex543A7D21360331072524
Octal1247217541660634074544
Binary101010011101011111011000011101100110011100000111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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