Html Css Color HEX #5C376C Honey Flower

📋 copy color: '#5C376C'

red 92 ◦ green 55 ◦ blue 108

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

Shades of Honey Flower #5C376C

Tints of Honey Flower #5C376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.57%

 BLUE value IS 108 (42.58% from 255) = 42.35%

R = 36.08%
G = 21.57%
B = 42.35%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5C376C (or 0x5C376C) is known color: Honey Flower. HEX triplet: 5C, 37 and 6C. RGB value is (92,55,108). Sum of RGB (Red+Green+Blue) = 92+55+108=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C376C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C376C is #A3C893. Grayscale: #474747. Windows color (decimal): -10733716 or 7092060. OLE color: 7092060.

HSL color Cylindrical-coordinate representation of color #5C376C: hue angle of 281.89º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C376C is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 92 55 108 -
CMYK 0.15 0.49 0 0.58
HSL 281.89º 0.33% 0.32% -
HSV(B) 281.89º 0.49% 0.42% -
XYZ 8.49 6.09 14.92 -
YUV 72.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 92 55 108 0.15 0.49 0 0.58 281.89 0.33 0.32
Hex 5C 37 6C F 31 0 3A 11A 21 20
Octal 134 67 154 17 61 0 72 432 41 40
Binary 1011100 110111 1101100 1111 110001 0 111010 100011010 100001 100000

Color Harmonies of #5C376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C376C

Black with #5C376C

Text Example


Text Example

White with #5C376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,55,108); }

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

background-color css

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

 a { background-color: rgb(92,55,108); }

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

border-color css

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

 span { border-color: rgb(92,55,108); }

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