#5C296E

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

Shades of Honey Flower #5C296E

Tints of Honey Flower #5C296E

Color information

#5C296E (or 0x5C296E) is unknown color: approx Honey Flower. HEX triplet: 5C, 29 and 6E. RGB value is (92,41,110). Sum of RGB (Red+Green+Blue) = 92+41+110=243 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.86% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C296E is #A3D691. Grayscale: #3F3F3F. Windows color (decimal): -10737298 or 7219548. OLE color: 7219548.

HSL color Cylindrical-coordinate representation of color #5C296E: hue angle of 284.35º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C296E is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9241110-
CMYK0.160.6300.57
HSL284.35º45.7%29.61%-
HSV(B)284.35º62.73%43.14%-
XYZ8.024.9915.29-
YUV64.12153.9147.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.86%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=37.86%
G=16.87%
B=45.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal92411100.160.6300.57284.3545.729.61
Hex5C296E103F03911c2e1e
Octal1345115620770714345636
Binary1011100101001110111010000111111011100110001110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,41,110); }

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

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

 a { background-color: rgb(92,41,110); }

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

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

 span { border-color: rgb(92,41,110); }

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