#5A416C

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

Shades of Honey Flower #5A416C

Tints of Honey Flower #5A416C

Color information

#5A416C (or 0x5A416C) is unknown color: approx Honey Flower. HEX triplet: 5A, 41 and 6C. RGB value is (90,65,108). Sum of RGB (Red+Green+Blue) = 90+65+108=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A416C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A416C is #A5BE93. Grayscale: #4D4D4D. Windows color (decimal): -10862228 or 7094618. OLE color: 7094618.

HSL color Cylindrical-coordinate representation of color #5A416C: hue angle of 274.88º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A416C is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9065108-
CMYK0.170.4000.58
HSL274.88º24.86%33.92%-
HSV(B)274.88º39.81%42.35%-
XYZ8.817.0415.08-
YUV77.38145.28137-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.22%
GREEN value IS 65 (25.78% from 255) = 24.71%
BLUE value IS 108 (42.58% from 255) = 41.06%
R=34.22%
G=24.71%
B=41.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90651080.170.4000.58274.8824.8633.92
Hex5A416C112803A1131922
Octal13210115421500724233142
Binary10110101000001110110010001101000011101010001001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A416C; }

 p { color: rgb(90,65,108); }

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

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

 a { background-color: rgb(90,65,108); }

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

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

 span { border-color: rgb(90,65,108); }

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