#5C3873

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

Shades of Honey Flower #5C3873

Tints of Honey Flower #5C3873

Color information

#5C3873 (or 0x5C3873) is unknown color: approx Honey Flower. HEX triplet: 5C, 38 and 73. RGB value is (92,56,115). Sum of RGB (Red+Green+Blue) = 92+56+115=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C3873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3873 is #A3C78C. Grayscale: #494949. Windows color (decimal): -10733453 or 7551068. OLE color: 7551068.

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

Color convert

RGB9256115-
CMYK0.200.5100.55
HSL276.61º34.5%33.53%-
HSV(B)276.61º51.3%45.1%-
XYZ8.926.3416.97-
YUV73.49151.43141.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.98%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=34.98%
G=21.29%
B=43.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92561150.200.5100.55276.6134.533.53
Hex5C387314330371152322
Octal1347016324630674254342
Binary10111001110001110011101001100110110111100010101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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