Html Css Color HEX #5D3173 Honey Flower

📋 copy color: '#5D3173'

red 93 ◦ green 49 ◦ blue 115

#5D3173
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #5D3173

Tints of Honey Flower #5D3173

RGB

 RED value IS 93 (36.72% from 255) = 36.19%

 GREEN value IS 49 (19.53% from 255) = 19.07%

 BLUE value IS 115 (45.31% from 255) = 44.75%

R = 36.19%
G = 19.07%
B = 44.75%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5D3173 (or 0x5D3173) is known color: Honey Flower. HEX triplet: 5D, 31 and 73. RGB value is (93,49,115). Sum of RGB (Red+Green+Blue) = 93+49+115=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D3173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3173 is #A2CE8C. Grayscale: #454545. Windows color (decimal): -10669709 or 7549277. OLE color: 7549277.

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

Color convert

RGB 93 49 115 -
CMYK 0.19 0.57 0 0.55
HSL 280º 0.4% 0.32% -
HSV(B) 280º 0.57% 0.45% -
XYZ 8.71 5.76 16.87 -
YUV 69.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 93 49 115 0.19 0.57 0 0.55 280 0.4 0.32
Hex 5D 31 73 13 39 0 37 118 28 20
Octal 135 61 163 23 71 0 67 430 50 40
Binary 1011101 110001 1110011 10011 111001 0 110111 100011000 101000 100000

Color Harmonies of #5D3173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3173

Black with #5D3173

Text Example


Text Example

White with #5D3173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D3173;
 }
 .AnyTagClassName
 {
   color: #5D3173;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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