#543B6E

Color #543B6E Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #543B6E

Tints of Honey Flower #543B6E

Color information

#543B6E (or 0x543B6E) is unknown color: approx Honey Flower. HEX triplet: 54, 3B and 6E. RGB value is (84,59,110). Sum of RGB (Red+Green+Blue) = 84+59+110=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 110 - color contains mainly: blue. Hex color #543B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543B6E is #ABC491. Grayscale: #484848. Windows color (decimal): -11256978 or 7224148. OLE color: 7224148.

HSL color Cylindrical-coordinate representation of color #543B6E: hue angle of 269.41º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #543B6E is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8459110-
CMYK0.240.4600.57
HSL269.41º30.18%33.14%-
HSV(B)269.41º46.36%43.14%-
XYZ8.036.1415.51-
YUV72.29149.28136.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.20%
GREEN value IS 59 (23.44% from 255) = 23.32%
BLUE value IS 110 (43.36% from 255) = 43.48%
R=33.20%
G=23.32%
B=43.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84591100.240.4600.57269.4130.1833.14
Hex543B6E182E03910d1e21
Octal1247315630560714153641
Binary1010100111011110111011000101110011100110000110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,59,110); }

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

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

 a { background-color: rgb(84,59,110); }

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

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

 span { border-color: rgb(84,59,110); }

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