Html Css Color HEX #5C3173 Honey Flower

📋 copy color: '#5C3173'

red 92 ◦ green 49 ◦ blue 115

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

Shades of Honey Flower #5C3173

Tints of Honey Flower #5C3173

RGB

 RED value IS 92 (36.33% from 255) = 35.94%

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

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

R = 35.94%
G = 19.14%
B = 44.92%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5C3173 (or 0x5C3173) is known color: Honey Flower. HEX triplet: 5C, 31 and 73. RGB value is (92,49,115). Sum of RGB (Red+Green+Blue) = 92+49+115=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C3173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3173 is #A3CE8C. Grayscale: #454545. Windows color (decimal): -10735245 or 7549276. OLE color: 7549276.

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

Color convert

RGB 92 49 115 -
CMYK 0.20 0.57 0 0.55
HSL 279.09º 0.4% 0.32% -
HSV(B) 279.09º 0.57% 0.45% -
XYZ 8.61 5.71 16.87 -
YUV 69.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 92 49 115 0.20 0.57 0 0.55 279.09 0.4 0.32
Hex 5C 31 73 14 39 0 37 117 28 20
Octal 134 61 163 24 71 0 67 427 50 40
Binary 1011100 110001 1110011 10100 111001 0 110111 100010111 101000 100000

Color Harmonies of #5C3173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3173

Black with #5C3173

Text Example


Text Example

White with #5C3173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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