#5C3F6C

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

Shades of Honey Flower #5C3F6C

Tints of Honey Flower #5C3F6C

Color information

#5C3F6C (or 0x5C3F6C) is unknown color: approx Honey Flower. HEX triplet: 5C, 3F and 6C. RGB value is (92,63,108). Sum of RGB (Red+Green+Blue) = 92+63+108=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C3F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3F6C is #A3C093. Grayscale: #4C4C4C. Windows color (decimal): -10731668 or 7094108. OLE color: 7094108.

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

Color convert

RGB9263108-
CMYK0.150.4200.58
HSL278.67º26.32%33.53%-
HSV(B)278.67º41.67%42.35%-
XYZ8.96.9115.05-
YUV76.8145.61138.84-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.98%
GREEN value IS 63 (25% from 255) = 23.95%
BLUE value IS 108 (42.58% from 255) = 41.06%
R=34.98%
G=23.95%
B=41.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92631080.150.4200.58278.6726.3233.53
Hex5C3F6CF2A03A1171a22
Octal1347715417520724273242
Binary101110011111111011001111101010011101010001011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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