#5C3C6C

Color #5C3C6C Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #5C3C6C

Tints of Honey Flower #5C3C6C

Color information

#5C3C6C (or 0x5C3C6C) is unknown color: approx Honey Flower. HEX triplet: 5C, 3C and 6C. RGB value is (92,60,108). Sum of RGB (Red+Green+Blue) = 92+60+108=260 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.38% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C3C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3C6C is #A3C393. Grayscale: #4A4A4A. Windows color (decimal): -10732436 or 7093340. OLE color: 7093340.

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

Color convert

RGB9260108-
CMYK0.150.4400.58
HSL280º28.57%32.94%-
HSV(B)280º44.44%42.35%-
XYZ8.746.5915-
YUV75.04146.6140.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.38%
GREEN value IS 60 (23.83% from 255) = 23.08%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=35.38%
G=23.08%
B=41.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92601080.150.4400.5828028.5732.94
Hex5C3C6CF2C03A1181d21
Octal1347415417540724303541
Binary101110011110011011001111101100011101010001100011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C3C6C;
 }
 .AnyTagClassName
 {
   color: #5C3C6C;
 }
</style>
background-color css

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

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

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

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

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

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