#5D4A6A

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

Shades of Honey Flower #5D4A6A

Tints of Honey Flower #5D4A6A

Color information

#5D4A6A (or 0x5D4A6A) is unknown color: approx Honey Flower. HEX triplet: 5D, 4A and 6A. RGB value is (93,74,106). Sum of RGB (Red+Green+Blue) = 93+74+106=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 106 - color contains mainly: blue. Hex color #5D4A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4A6A is #A2B595. Grayscale: #535353. Windows color (decimal): -10663318 or 6965853. OLE color: 6965853.

HSL color Cylindrical-coordinate representation of color #5D4A6A: hue angle of 275.62º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D4A6A is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9374106-
CMYK0.120.3000.58
HSL275.62º17.78%35.29%-
HSV(B)275.62º30.19%41.57%-
XYZ9.568.2714.73-
YUV83.33140.79134.9-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.07%
GREEN value IS 74 (29.30% from 255) = 27.11%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=34.07%
G=27.11%
B=38.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal93741060.120.3000.58275.6217.7835.29
Hex5D4A6AC1E03A1141223
Octal13511215214360724242243
Binary101110110010101101010110011110011101010001010010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,74,106); }

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

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

 a { background-color: rgb(93,74,106); }

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

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

 span { border-color: rgb(93,74,106); }

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