#5D4273

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

Shades of Honey Flower #5D4273

Tints of Honey Flower #5D4273

Color information

#5D4273 (or 0x5D4273) is unknown color: approx Honey Flower. HEX triplet: 5D, 42 and 73. RGB value is (93,66,115). Sum of RGB (Red+Green+Blue) = 93+66+115=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D4273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4273 is #A2BD8C. Grayscale: #4F4F4F. Windows color (decimal): -10665357 or 7553629. OLE color: 7553629.

HSL color Cylindrical-coordinate representation of color #5D4273: hue angle of 273.06º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D4273 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9366115-
CMYK0.190.4300.55
HSL273.06º27.07%35.49%-
HSV(B)273.06º42.61%45.1%-
XYZ9.567.4617.16-
YUV79.66147.95137.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.94%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 115 (45.31% from 255) = 41.97%
R=33.94%
G=24.09%
B=41.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93661150.190.4300.55273.0627.0735.49
Hex5D4273132B0371111b23
Octal13510216323530674213343
Binary10111011000010111001110011101011011011110001000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,66,115); }

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

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

 a { background-color: rgb(93,66,115); }

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

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

 span { border-color: rgb(93,66,115); }

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