#5A3165

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

Shades of Honey Flower #5A3165

Tints of Honey Flower #5A3165

Color information

#5A3165 (or 0x5A3165) is unknown color: approx Honey Flower. HEX triplet: 5A, 31 and 65. RGB value is (90,49,101). Sum of RGB (Red+Green+Blue) = 90+49+101=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #5A3165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3165 is #A5CE9A. Grayscale: #434343. Windows color (decimal): -10866331 or 6631770. OLE color: 6631770.

HSL color Cylindrical-coordinate representation of color #5A3165: hue angle of 287.31º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A3165 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9049101-
CMYK0.110.5100.60
HSL287.31º34.67%29.41%-
HSV(B)287.31º51.49%39.61%-
XYZ7.665.3112.93-
YUV67.19147.08144.27-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.5%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 101 (39.84% from 255) = 42.08%
R=37.5%
G=20.42%
B=42.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90491010.110.5100.60287.3134.6729.41
Hex5A3165B3303C11f231d
Octal1326114513630744374335
Binary101101011000111001011011110011011110010001111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,49,101); }

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

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

 a { background-color: rgb(90,49,101); }

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

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

 span { border-color: rgb(90,49,101); }

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