Html Css Color HEX #5A3173 Honey Flower

📋 copy color: '#5A3173'

red 90 ◦ green 49 ◦ blue 115

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

Shades of Honey Flower #5A3173

Tints of Honey Flower #5A3173

RGB

 RED value IS 90 (35.55% from 255) = 35.43%

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

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

R = 35.43%
G = 19.29%
B = 45.28%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A3173 (or 0x5A3173) is known color: Honey Flower. HEX triplet: 5A, 31 and 73. RGB value is (90,49,115). Sum of RGB (Red+Green+Blue) = 90+49+115=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A3173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3173 is #A5CE8C. Grayscale: #444444. Windows color (decimal): -10866317 or 7549274. OLE color: 7549274.

HSL color Cylindrical-coordinate representation of color #5A3173: hue angle of 277.27º 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 #5A3173 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 49 115 -
CMYK 0.22 0.57 0 0.55
HSL 277.27º 0.4% 0.32% -
HSV(B) 277.27º 0.57% 0.45% -
XYZ 8.41 5.61 16.86 -
YUV 68.78 154.08 143.13 -
System Red Green Blue C M Y K H S L
Decimal 90 49 115 0.22 0.57 0 0.55 277.27 0.4 0.32
Hex 5A 31 73 16 39 0 37 115 28 20
Octal 132 61 163 26 71 0 67 425 50 40
Binary 1011010 110001 1110011 10110 111001 0 110111 100010101 101000 100000

Color Harmonies of #5A3173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3173

Black with #5A3173

Text Example


Text Example

White with #5A3173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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