#5D4769

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

Shades of Honey Flower #5D4769

Tints of Honey Flower #5D4769

Color information

#5D4769 (or 0x5D4769) is unknown color: approx Honey Flower. HEX triplet: 5D, 47 and 69. RGB value is (93,71,105). Sum of RGB (Red+Green+Blue) = 93+71+105=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 105 - color contains mainly: blue. Hex color #5D4769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4769 is #A2B896. Grayscale: #515151. Windows color (decimal): -10664087 or 6899549. OLE color: 6899549.

HSL color Cylindrical-coordinate representation of color #5D4769: hue angle of 278.82º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D4769 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9371105-
CMYK0.110.3200.59
HSL278.82º19.32%34.51%-
HSV(B)278.82º32.38%41.18%-
XYZ9.327.8514.39-
YUV81.45141.29136.24-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.57%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 105 (41.41% from 255) = 39.03%
R=34.57%
G=26.39%
B=39.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal93711050.110.3200.59278.8219.3234.51
Hex5D4769B2003B1171323
Octal13510715113400734272343
Binary1011101100011111010011011100000011101110001011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,71,105); }

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

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

 a { background-color: rgb(93,71,105); }

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

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

 span { border-color: rgb(93,71,105); }

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