#5A366D

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

Shades of Honey Flower #5A366D

Tints of Honey Flower #5A366D

Color information

#5A366D (or 0x5A366D) is unknown color: approx Honey Flower. HEX triplet: 5A, 36 and 6D. RGB value is (90,54,109). Sum of RGB (Red+Green+Blue) = 90+54+109=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A366D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A366D is #A5C992. Grayscale: #464646. Windows color (decimal): -10865043 or 7157338. OLE color: 7157338.

HSL color Cylindrical-coordinate representation of color #5A366D: hue angle of 279.27º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A366D is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9054109-
CMYK0.170.5000.57
HSL279.27º33.74%31.96%-
HSV(B)279.27º50.46%42.75%-
XYZ8.35.9215.17-
YUV71.03149.43141.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.57%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 109 (42.97% from 255) = 43.08%
R=35.57%
G=21.34%
B=43.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90541090.170.5000.57279.2733.7431.96
Hex5A366D11320391172220
Octal1326615521620714274240
Binary10110101101101101101100011100100111001100010111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,54,109); }

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

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

 a { background-color: rgb(90,54,109); }

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

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

 span { border-color: rgb(90,54,109); }

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