Html Css Color HEX #5C4173 Honey Flower

📋 copy color: '#5C4173'

red 92 ◦ green 65 ◦ blue 115

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

Shades of Honey Flower #5C4173

Tints of Honey Flower #5C4173

RGB

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

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

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

R = 33.82%
G = 23.9%
B = 42.28%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5C4173 (or 0x5C4173) is known color: Honey Flower. HEX triplet: 5C, 41 and 73. RGB value is (92,65,115). Sum of RGB (Red+Green+Blue) = 92+65+115=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C4173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4173 is #A3BE8C. Grayscale: #4E4E4E. Windows color (decimal): -10731149 or 7553372. OLE color: 7553372.

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

Color convert

RGB 92 65 115 -
CMYK 0.20 0.43 0 0.55
HSL 272.4º 0.28% 0.35% -
HSV(B) 272.4º 0.43% 0.45% -
XYZ 9.4 7.29 17.13 -
YUV 78.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 92 65 115 0.20 0.43 0 0.55 272.4 0.28 0.35
Hex 5C 41 73 14 2B 0 37 110 1C 23
Octal 134 101 163 24 53 0 67 420 34 43
Binary 1011100 1000001 1110011 10100 101011 0 110111 100010000 11100 100011

Color Harmonies of #5C4173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4173

Black with #5C4173

Text Example


Text Example

White with #5C4173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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