#5C2E6C

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

Shades of Honey Flower #5C2E6C

Tints of Honey Flower #5C2E6C

Color information

#5C2E6C (or 0x5C2E6C) is unknown color: approx Honey Flower. HEX triplet: 5C, 2E and 6C. RGB value is (92,46,108). Sum of RGB (Red+Green+Blue) = 92+46+108=246 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.40% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C2E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2E6C is #A3D193. Grayscale: #424242. Windows color (decimal): -10736020 or 7089756. OLE color: 7089756.

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

Color convert

RGB9246108-
CMYK0.150.5700.58
HSL284.52º40.26%30.2%-
HSV(B)284.52º57.41%42.35%-
XYZ8.15.3114.79-
YUV66.82151.24145.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.40%
GREEN value IS 46 (18.36% from 255) = 18.70%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=37.40%
G=18.70%
B=43.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92461080.150.5700.58284.5240.2630.2
Hex5C2E6CF3903A11d281e
Octal1345615417710724355036
Binary101110010111011011001111111001011101010001110110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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