#5A3E6B

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

Shades of Honey Flower #5A3E6B

Tints of Honey Flower #5A3E6B

Color information

#5A3E6B (or 0x5A3E6B) is unknown color: approx Honey Flower. HEX triplet: 5A, 3E and 6B. RGB value is (90,62,107). Sum of RGB (Red+Green+Blue) = 90+62+107=259 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.75% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 107 - color contains mainly: blue. Hex color #5A3E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3E6B is #A5C194. Grayscale: #4B4B4B. Windows color (decimal): -10862997 or 7028314. OLE color: 7028314.

HSL color Cylindrical-coordinate representation of color #5A3E6B: hue angle of 277.33º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A3E6B is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9062107-
CMYK0.160.4200.58
HSL277.33º26.63%33.14%-
HSV(B)277.33º42.06%41.96%-
XYZ8.596.6814.75-
YUV75.5145.78138.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.75%
GREEN value IS 62 (24.61% from 255) = 23.94%
BLUE value IS 107 (42.19% from 255) = 41.31%
R=34.75%
G=23.94%
B=41.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90621070.160.4200.58277.3326.6333.14
Hex5A3E6B102A03A1151b21
Octal1327615320520724253341
Binary1011010111110110101110000101010011101010001010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,62,107); }

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

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

 a { background-color: rgb(90,62,107); }

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

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

 span { border-color: rgb(90,62,107); }

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