#5A4561

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

Shades of Honey Flower #5A4561

Tints of Honey Flower #5A4561

Color information

#5A4561 (or 0x5A4561) is unknown color: approx Honey Flower. HEX triplet: 5A, 45 and 61. RGB value is (90,69,97). Sum of RGB (Red+Green+Blue) = 90+69+97=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A4561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4561 is #A5BA9E. Grayscale: #4E4E4E. Windows color (decimal): -10861215 or 6374746. OLE color: 6374746.

HSL color Cylindrical-coordinate representation of color #5A4561: hue angle of 285º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A4561 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB906997-
CMYK0.070.2900.62
HSL285º16.87%32.55%-
HSV(B)285º28.87%38.04%-
XYZ8.57.2912.27-
YUV78.47138.46136.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.16%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 97 (38.28% from 255) = 37.89%
R=35.16%
G=26.95%
B=37.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9069970.070.2900.6228516.8732.55
Hex5A456171D03E11d1121
Octal1321051417350764352141
Binary10110101000101110000111111101011111010001110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,69,97); }

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

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

 a { background-color: rgb(90,69,97); }

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

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

 span { border-color: rgb(90,69,97); }

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