Html Css Color HEX #5C396F Honey Flower

📋 copy color: '#5C396F'

red 92 ◦ green 57 ◦ blue 111

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

Shades of Honey Flower #5C396F

Tints of Honey Flower #5C396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.92%

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

R = 35.38%
G = 21.92%
B = 42.69%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5C396F (or 0x5C396F) is known color: Honey Flower. HEX triplet: 5C, 39 and 6F. RGB value is (92,57,111). Sum of RGB (Red+Green+Blue) = 92+57+111=260 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.38% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 111 - color contains mainly: blue. Hex color #5C396F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C396F is #A3C690. Grayscale: #494949. Windows color (decimal): -10733201 or 7289180. OLE color: 7289180.

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

Color convert

RGB 92 57 111 -
CMYK 0.17 0.49 0 0.56
HSL 278.89º 0.32% 0.33% -
HSV(B) 278.89º 0.49% 0.44% -
XYZ 8.75 6.35 15.8 -
YUV 73.62 149.1 141.11 -
System Red Green Blue C M Y K H S L
Decimal 92 57 111 0.17 0.49 0 0.56 278.89 0.32 0.33
Hex 5C 39 6F 11 31 0 38 117 20 21
Octal 134 71 157 21 61 0 70 427 40 41
Binary 1011100 111001 1101111 10001 110001 0 111000 100010111 100000 100001

Color Harmonies of #5C396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C396F

Black with #5C396F

Text Example


Text Example

White with #5C396F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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