#543A83

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

Shades of Kingfisher Daisy #543A83

Tints of Kingfisher Daisy #543A83

Color information

#543A83 (or 0x543A83) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 3A and 83. RGB value is (84,58,131). Sum of RGB (Red+Green+Blue) = 84+58+131=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #543A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543A83 is #ABC57C. Grayscale: #494949. Windows color (decimal): -11257213 or 8600148. OLE color: 8600148.

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

Color convert

RGB8458131-
CMYK0.360.5600.49
HSL261.37º38.62%37.06%-
HSV(B)261.37º55.73%51.37%-
XYZ9.276.5522.25-
YUV74.1160.11135.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 131 (51.56% from 255) = 47.99%
R=30.77%
G=21.25%
B=47.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84581310.360.5600.49261.3738.6237.06
Hex543A8324380311052725
Octal1247220344700614054745
Binary1010100111010100000111001001110000110001100000101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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