#543469

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

Shades of Honey Flower #543469

Tints of Honey Flower #543469

Color information

#543469 (or 0x543469) is unknown color: approx Honey Flower. HEX triplet: 54, 34 and 69. RGB value is (84,52,105). Sum of RGB (Red+Green+Blue) = 84+52+105=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #543469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543469 is #ABCB96. Grayscale: #434343. Windows color (decimal): -11258775 or 6894676. OLE color: 6894676.

HSL color Cylindrical-coordinate representation of color #543469: hue angle of 276.23º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #543469 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8452105-
CMYK0.200.5000.59
HSL276.23º33.76%30.78%-
HSV(B)276.23º50.48%41.18%-
XYZ7.435.3614.01-
YUV67.61149.1139.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 105 (41.41% from 255) = 43.57%
R=34.85%
G=21.58%
B=43.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84521050.200.5000.59276.2333.7630.78
Hex543469143203B114221f
Octal1246415124620734244237
Binary1010100110100110100110100110010011101110001010010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543469; }

 p { color: rgb(84,52,105); }

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

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

 a { background-color: rgb(84,52,105); }

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

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

 span { border-color: rgb(84,52,105); }

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