Html Css Color HEX #5C3F76 Honey Flower

📋 copy color: '#5C3F76'

red 92 ◦ green 63 ◦ blue 118

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

Shades of Honey Flower #5C3F76

Tints of Honey Flower #5C3F76

RGB

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

 GREEN value IS 63 (25% from 255) = 23.08%

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 33.7%
G = 23.08%
B = 43.22%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5C3F76 (or 0x5C3F76) is known color: Honey Flower. HEX triplet: 5C, 3F and 76. RGB value is (92,63,118). Sum of RGB (Red+Green+Blue) = 92+63+118=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C3F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3F76 is #A3C089. Grayscale: #4D4D4D. Windows color (decimal): -10731658 or 7749468. OLE color: 7749468.

HSL color Cylindrical-coordinate representation of color #5C3F76: hue angle of 271.64º degrees, saturation: 0.3, 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 #5C3F76 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 63 118 -
CMYK 0.22 0.47 0 0.54
HSL 271.64º 0.3% 0.35% -
HSV(B) 271.64º 0.47% 0.46% -
XYZ 9.46 7.14 18.02 -
YUV 77.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 92 63 118 0.22 0.47 0 0.54 271.64 0.3 0.35
Hex 5C 3F 76 16 2F 0 36 110 1E 23
Octal 134 77 166 26 57 0 66 420 36 43
Binary 1011100 111111 1110110 10110 101111 0 110110 100010000 11110 100011

Color Harmonies of #5C3F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3F76

Black with #5C3F76

Text Example


Text Example

White with #5C3F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,63,118); }

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

background-color css

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

 a { background-color: rgb(92,63,118); }

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

border-color css

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

 span { border-color: rgb(92,63,118); }

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