#5D4476

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

Shades of Honey Flower #5D4476

Tints of Honey Flower #5D4476

Color information

#5D4476 (or 0x5D4476) is unknown color: approx Honey Flower. HEX triplet: 5D, 44 and 76. RGB value is (93,68,118). Sum of RGB (Red+Green+Blue) = 93+68+118=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #5D4476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4476 is #A2BB89. Grayscale: #515151. Windows color (decimal): -10664842 or 7750749. OLE color: 7750749.

HSL color Cylindrical-coordinate representation of color #5D4476: hue angle of 270º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D4476 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9368118-
CMYK0.210.4200.54
HSL270º26.88%36.47%-
HSV(B)270º42.37%46.27%-
XYZ9.857.7718.12-
YUV81.18148.78136.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.33%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=33.33%
G=24.37%
B=42.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal93681180.210.4200.5427026.8836.47
Hex5D4476152A03610e1b24
Octal13510416625520664163344
Binary10111011000100111011010101101010011011010000111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,68,118); }

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

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

 a { background-color: rgb(93,68,118); }

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

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

 span { border-color: rgb(93,68,118); }

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