#543463

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

Shades of Honey Flower #543463

Tints of Honey Flower #543463

Color information

#543463 (or 0x543463) is unknown color: approx Honey Flower. HEX triplet: 54, 34 and 63. RGB value is (84,52,99). Sum of RGB (Red+Green+Blue) = 84+52+99=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #543463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543463 is #ABCB9C. Grayscale: #424242. Windows color (decimal): -11258781 or 6501460. OLE color: 6501460.

HSL color Cylindrical-coordinate representation of color #543463: hue angle of 280.85º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #543463 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB845299-
CMYK0.150.4700.61
HSL280.85º31.13%29.61%-
HSV(B)280.85º47.47%38.82%-
XYZ7.145.2412.44-
YUV66.93146.1140.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=35.74%
G=22.13%
B=42.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8452990.150.4700.61280.8531.1329.61
Hex543463F2F03D1191f1e
Octal1246414317570754313736
Binary10101001101001100011111110111101111011000110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543463; }

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

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

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

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

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

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

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

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