Html Css Color HEX #5C476F Honey Flower

📋 copy color: '#5C476F'

red 92 ◦ green 71 ◦ blue 111

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

Shades of Honey Flower #5C476F

Tints of Honey Flower #5C476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.91%

 BLUE value IS 111 (43.75% from 255) = 40.51%

R = 33.58%
G = 25.91%
B = 40.51%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5C476F (or 0x5C476F) is known color: Honey Flower. HEX triplet: 5C, 47 and 6F. RGB value is (92,71,111). Sum of RGB (Red+Green+Blue) = 92+71+111=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #5C476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C476F is #A3B890. Grayscale: #515151. Windows color (decimal): -10729617 or 7292764. OLE color: 7292764.

HSL color Cylindrical-coordinate representation of color #5C476F: hue angle of 271.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C476F is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 71 111 -
CMYK 0.17 0.36 0 0.56
HSL 271.5º 0.22% 0.36% -
HSV(B) 271.5º 0.36% 0.44% -
XYZ 9.54 7.93 16.07 -
YUV 81.84 144.46 135.25 -
System Red Green Blue C M Y K H S L
Decimal 92 71 111 0.17 0.36 0 0.56 271.5 0.22 0.36
Hex 5C 47 6F 11 24 0 38 110 16 24
Octal 134 107 157 21 44 0 70 420 26 44
Binary 1011100 1000111 1101111 10001 100100 0 111000 100010000 10110 100100

Color Harmonies of #5C476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C476F

Black with #5C476F

Text Example


Text Example

White with #5C476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,71,111); }

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

background-color css

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

 a { background-color: rgb(92,71,111); }

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

border-color css

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

 span { border-color: rgb(92,71,111); }

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