#5D3373

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

Shades of Honey Flower #5D3373

Tints of Honey Flower #5D3373

Color information

#5D3373 (or 0x5D3373) is unknown color: approx Honey Flower. HEX triplet: 5D, 33 and 73. RGB value is (93,51,115). Sum of RGB (Red+Green+Blue) = 93+51+115=259 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.91% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D3373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3373 is #A2CC8C. Grayscale: #464646. Windows color (decimal): -10669197 or 7549789. OLE color: 7549789.

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

Color convert

RGB9351115-
CMYK0.190.5600.55
HSL279.38º38.55%32.55%-
HSV(B)279.38º55.65%45.1%-
XYZ8.795.9316.9-
YUV70.85152.91143.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.91%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 115 (45.31% from 255) = 44.40%
R=35.91%
G=19.69%
B=44.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93511150.190.5600.55279.3838.5532.55
Hex5D337313380371172721
Octal1356316323700674274741
Binary10111011100111110011100111110000110111100010111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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