Html Css Color HEX #5C3F61 Honey Flower

📋 copy color: '#5C3F61'

red 92 ◦ green 63 ◦ blue 97

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

Shades of Honey Flower #5C3F61

Tints of Honey Flower #5C3F61

RGB

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

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

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

R = 36.51%
G = 25%
B = 38.49%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5C3F61 (or 0x5C3F61) is known color: Honey Flower. HEX triplet: 5C, 3F and 61. RGB value is (92,63,97). Sum of RGB (Red+Green+Blue) = 92+63+97=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #5C3F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3F61 is #A3C09E. Grayscale: #4B4B4B. Windows color (decimal): -10731679 or 6373212. OLE color: 6373212.

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

Color convert

RGB 92 63 97 -
CMYK 0.05 0.35 0 0.62
HSL 291.18º 0.21% 0.31% -
HSV(B) 291.18º 0.35% 0.38% -
XYZ 8.35 6.69 12.16 -
YUV 75.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 92 63 97 0.05 0.35 0 0.62 291.18 0.21 0.31
Hex 5C 3F 61 5 23 0 3E 123 15 1F
Octal 134 77 141 5 43 0 76 443 25 37
Binary 1011100 111111 1100001 101 100011 0 111110 100100011 10101 11111

Color Harmonies of #5C3F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3F61

Black with #5C3F61

Text Example


Text Example

White with #5C3F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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