#5C3E73

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

Shades of Honey Flower #5C3E73

Tints of Honey Flower #5C3E73

Color information

#5C3E73 (or 0x5C3E73) is unknown color: approx Honey Flower. HEX triplet: 5C, 3E and 73. RGB value is (92,62,115). Sum of RGB (Red+Green+Blue) = 92+62+115=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C3E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3E73 is #A3C18C. Grayscale: #4C4C4C. Windows color (decimal): -10731917 or 7552604. OLE color: 7552604.

HSL color Cylindrical-coordinate representation of color #5C3E73: hue angle of 273.96º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C3E73 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9262115-
CMYK0.200.4600.55
HSL273.96º29.94%34.71%-
HSV(B)273.96º46.09%45.1%-
XYZ9.236.9617.08-
YUV77.01149.44138.69-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.20%
GREEN value IS 62 (24.61% from 255) = 23.05%
BLUE value IS 115 (45.31% from 255) = 42.75%
R=34.20%
G=23.05%
B=42.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92621150.200.4600.55273.9629.9434.71
Hex5C3E73142E0371121e23
Octal1347616324560674223643
Binary1011100111110111001110100101110011011110001001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,62,115); }

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

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

 a { background-color: rgb(92,62,115); }

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

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

 span { border-color: rgb(92,62,115); }

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