#5A3D5F

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

Shades of Honey Flower #5A3D5F

Tints of Honey Flower #5A3D5F

Color information

#5A3D5F (or 0x5A3D5F) is unknown color: approx Honey Flower. HEX triplet: 5A, 3D and 5F. RGB value is (90,61,95). Sum of RGB (Red+Green+Blue) = 90+61+95=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 95 - color contains mainly: blue. Hex color #5A3D5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3D5F is #A5C2A0. Grayscale: #494949. Windows color (decimal): -10863265 or 6241626. OLE color: 6241626.

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

Color convert

RGB906195-
CMYK0.050.3600.63
HSL291.18º21.79%30.59%-
HSV(B)291.18º35.79%37.25%-
XYZ7.956.3411.63-
YUV73.55140.11139.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.59%
GREEN value IS 61 (24.22% from 255) = 24.80%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=36.59%
G=24.80%
B=38.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9061950.050.3600.63291.1821.7930.59
Hex5A3D5F52403F123161f
Octal132751375440774432637
Binary1011010111101101111110110010001111111001000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,61,95); }

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

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

 a { background-color: rgb(90,61,95); }

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

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

 span { border-color: rgb(90,61,95); }

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