#54475A

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

Shades of Honey Flower #54475A

Tints of Honey Flower #54475A

Color information

#54475A (or 0x54475A) is unknown color: approx Honey Flower. HEX triplet: 54, 47 and 5A. RGB value is (84,71,90). Sum of RGB (Red+Green+Blue) = 84+71+90=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #54475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54475A is #ABB8A5. Grayscale: #4C4C4C. Windows color (decimal): -11253926 or 5916500. OLE color: 5916500.

HSL color Cylindrical-coordinate representation of color #54475A: hue angle of 281.05º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #54475A is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB847190-
CMYK0.070.2100.65
HSL281.05º11.8%31.57%-
HSV(B)281.05º21.11%35.29%-
XYZ7.757.1310.64-
YUV77.05135.31132.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.29%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=34.29%
G=28.98%
B=36.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8471900.070.2100.65281.0511.831.57
Hex54475A715041119c20
Octal12410713272501014311440
Binary10101001000111101101011110101010000011000110011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54475A; }

 p { color: rgb(84,71,90); }

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

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

 a { background-color: rgb(84,71,90); }

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

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

 span { border-color: rgb(84,71,90); }

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