Html Css Color HEX #5C3E75 Honey Flower

📋 copy color: '#5C3E75'

red 92 ◦ green 62 ◦ blue 117

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

Shades of Honey Flower #5C3E75

Tints of Honey Flower #5C3E75

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.88%

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 33.95%
G = 22.88%
B = 43.17%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5C3E75 (or 0x5C3E75) is known color: Honey Flower. HEX triplet: 5C, 3E and 75. RGB value is (92,62,117). Sum of RGB (Red+Green+Blue) = 92+62+117=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C3E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3E75 is #A3C18A. Grayscale: #4D4D4D. Windows color (decimal): -10731915 or 7683676. OLE color: 7683676.

HSL color Cylindrical-coordinate representation of color #5C3E75: hue angle of 272.73º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C3E75 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 62 117 -
CMYK 0.21 0.47 0 0.54
HSL 272.73º 0.31% 0.35% -
HSV(B) 272.73º 0.47% 0.46% -
XYZ 9.35 7 17.69 -
YUV 77.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 92 62 117 0.21 0.47 0 0.54 272.73 0.31 0.35
Hex 5C 3E 75 15 2F 0 36 111 1F 23
Octal 134 76 165 25 57 0 66 421 37 43
Binary 1011100 111110 1110101 10101 101111 0 110110 100010001 11111 100011

Color Harmonies of #5C3E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3E75

Black with #5C3E75

Text Example


Text Example

White with #5C3E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,62,117); }

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

background-color css

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

 a { background-color: rgb(92,62,117); }

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

border-color css

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

 span { border-color: rgb(92,62,117); }

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