#5A2A73

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

Shades of Honey Flower #5A2A73

Tints of Honey Flower #5A2A73

Color information

#5A2A73 (or 0x5A2A73) is unknown color: approx Honey Flower. HEX triplet: 5A, 2A and 73. RGB value is (90,42,115). Sum of RGB (Red+Green+Blue) = 90+42+115=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A2A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2A73 is #A5D58C. Grayscale: #404040. Windows color (decimal): -10868109 or 7547482. OLE color: 7547482.

HSL color Cylindrical-coordinate representation of color #5A2A73: hue angle of 279.45º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A2A73 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9042115-
CMYK0.220.6300.55
HSL279.45º46.5%30.78%-
HSV(B)279.45º63.48%45.1%-
XYZ8.145.0716.77-
YUV64.67156.4146.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.44%
GREEN value IS 42 (16.80% from 255) = 17.00%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=36.44%
G=17.00%
B=46.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90421150.220.6300.55279.4546.530.78
Hex5A2A73163F0371172e1f
Octal1325216326770674275637
Binary1011010101010111001110110111111011011110001011110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,42,115); }

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

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

 a { background-color: rgb(90,42,115); }

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

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

 span { border-color: rgb(90,42,115); }

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