Html Css Color HEX #5D4173 Honey Flower

📋 copy color: '#5D4173'

red 93 ◦ green 65 ◦ blue 115

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

Shades of Honey Flower #5D4173

Tints of Honey Flower #5D4173

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

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

R = 34.07%
G = 23.81%
B = 42.12%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5D4173 (or 0x5D4173) is known color: Honey Flower. HEX triplet: 5D, 41 and 73. RGB value is (93,65,115). Sum of RGB (Red+Green+Blue) = 93+65+115=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D4173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4173 is #A2BE8C. Grayscale: #4E4E4E. Windows color (decimal): -10665613 or 7553373. OLE color: 7553373.

HSL color Cylindrical-coordinate representation of color #5D4173: hue angle of 273.6º degrees, saturation: 0.28, 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 #5D4173 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 93 65 115 -
CMYK 0.19 0.43 0 0.55
HSL 273.6º 0.28% 0.35% -
HSV(B) 273.6º 0.43% 0.45% -
XYZ 9.5 7.35 17.14 -
YUV 79.07 148.28 137.93 -
System Red Green Blue C M Y K H S L
Decimal 93 65 115 0.19 0.43 0 0.55 273.6 0.28 0.35
Hex 5D 41 73 13 2B 0 37 112 1C 23
Octal 135 101 163 23 53 0 67 422 34 43
Binary 1011101 1000001 1110011 10011 101011 0 110111 100010010 11100 100011

Color Harmonies of #5D4173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4173

Black with #5D4173

Text Example


Text Example

White with #5D4173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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