#5C3963

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

Shades of Honey Flower #5C3963

Tints of Honey Flower #5C3963

Color information

#5C3963 (or 0x5C3963) is unknown color: approx Honey Flower. HEX triplet: 5C, 39 and 63. RGB value is (92,57,99). Sum of RGB (Red+Green+Blue) = 92+57+99=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #5C3963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3963 is #A3C69C. Grayscale: #484848. Windows color (decimal): -10733213 or 6502748. OLE color: 6502748.

HSL color Cylindrical-coordinate representation of color #5C3963: hue angle of 290º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C3963 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB925799-
CMYK0.070.4200.61
HSL290º26.92%30.59%-
HSV(B)290º42.42%38.82%-
XYZ8.136.112.55-
YUV72.25143.1142.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.10%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=37.10%
G=22.98%
B=39.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9257990.070.4200.6129026.9230.59
Hex5C396372A03D1221b1f
Octal134711437520754423337
Binary1011100111001110001111110101001111011001000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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