#54415C

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

Shades of Honey Flower #54415C

Tints of Honey Flower #54415C

Color information

#54415C (or 0x54415C) is unknown color: approx Honey Flower. HEX triplet: 54, 41 and 5C. RGB value is (84,65,92). Sum of RGB (Red+Green+Blue) = 84+65+92=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 92 - color contains mainly: blue. Hex color #54415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54415C is #ABBEA3. Grayscale: #494949. Windows color (decimal): -11255460 or 6046036. OLE color: 6046036.

HSL color Cylindrical-coordinate representation of color #54415C: hue angle of 282.22º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #54415C is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB846592-
CMYK0.090.2900.64
HSL282.22º17.2%30.78%-
HSV(B)282.22º29.35%36.08%-
XYZ7.486.4410.97-
YUV73.76138.29135.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=34.85%
G=26.97%
B=38.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8465920.090.2900.64282.2217.230.78
Hex54415C91D04011a111f
Octal124101134113501004322137
Binary101010010000011011100100111101010000001000110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54415C; }

 p { color: rgb(84,65,92); }

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

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

 a { background-color: rgb(84,65,92); }

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

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

 span { border-color: rgb(84,65,92); }

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