#5D3A6D

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

Shades of Honey Flower #5D3A6D

Tints of Honey Flower #5D3A6D

Color information

#5D3A6D (or 0x5D3A6D) is unknown color: approx Honey Flower. HEX triplet: 5D, 3A and 6D. RGB value is (93,58,109). Sum of RGB (Red+Green+Blue) = 93+58+109=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D3A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3A6D is #A2C592. Grayscale: #4A4A4A. Windows color (decimal): -10667411 or 7158365. OLE color: 7158365.

HSL color Cylindrical-coordinate representation of color #5D3A6D: hue angle of 281.18º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D3A6D is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9358109-
CMYK0.150.4700.57
HSL281.18º30.54%32.75%-
HSV(B)281.18º46.79%42.75%-
XYZ8.796.4615.25-
YUV74.28147.6141.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.77%
GREEN value IS 58 (23.05% from 255) = 22.31%
BLUE value IS 109 (42.97% from 255) = 41.92%
R=35.77%
G=22.31%
B=41.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal93581090.150.4700.57281.1830.5432.75
Hex5D3A6DF2F0391191f21
Octal1357215517570714313741
Binary101110111101011011011111101111011100110001100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,58,109); }

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

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

 a { background-color: rgb(93,58,109); }

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

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

 span { border-color: rgb(93,58,109); }

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