Html Css Color HEX #5C4261 Honey Flower

📋 copy color: '#5C4261'

red 92 ◦ green 66 ◦ blue 97

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

Shades of Honey Flower #5C4261

Tints of Honey Flower #5C4261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.88%

 BLUE value IS 97 (38.28% from 255) = 38.04%

R = 36.08%
G = 25.88%
B = 38.04%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5C4261 (or 0x5C4261) is known color: Honey Flower. HEX triplet: 5C, 42 and 61. RGB value is (92,66,97). Sum of RGB (Red+Green+Blue) = 92+66+97=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 97 - color contains mainly: blue. Hex color #5C4261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4261 is #A3BD9E. Grayscale: #4D4D4D. Windows color (decimal): -10730911 or 6373980. OLE color: 6373980.

HSL color Cylindrical-coordinate representation of color #5C4261: hue angle of 290.32º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C4261 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 92 66 97 -
CMYK 0.05 0.32 0 0.62
HSL 290.32º 0.19% 0.32% -
HSV(B) 290.32º 0.32% 0.38% -
XYZ 8.52 7.03 12.22 -
YUV 77.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 92 66 97 0.05 0.32 0 0.62 290.32 0.19 0.32
Hex 5C 42 61 5 20 0 3E 122 13 20
Octal 134 102 141 5 40 0 76 442 23 40
Binary 1011100 1000010 1100001 101 100000 0 111110 100100010 10011 100000

Color Harmonies of #5C4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4261

Black with #5C4261

Text Example


Text Example

White with #5C4261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,66,97); }

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

background-color css

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

 a { background-color: rgb(92,66,97); }

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

border-color css

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

 span { border-color: rgb(92,66,97); }

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