#56296E

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

Shades of Honey Flower #56296E

Tints of Honey Flower #56296E

Color information

#56296E (or 0x56296E) is unknown color: approx Honey Flower. HEX triplet: 56, 29 and 6E. RGB value is (86,41,110). Sum of RGB (Red+Green+Blue) = 86+41+110=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #56296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56296E is #A9D691. Grayscale: #3E3E3E. Windows color (decimal): -11130514 or 7219542. OLE color: 7219542.

HSL color Cylindrical-coordinate representation of color #56296E: hue angle of 279.13º 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 #56296E is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8641110-
CMYK0.220.6300.57
HSL279.13º45.7%29.61%-
HSV(B)279.13º62.73%43.14%-
XYZ7.454.6915.26-
YUV62.32154.91144.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 110 (43.36% from 255) = 46.41%
R=36.29%
G=17.30%
B=46.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86411100.220.6300.57279.1345.729.61
Hex56296E163F0391172e1e
Octal1265115626770714275636
Binary1010110101001110111010110111111011100110001011110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56296E; }

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

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

<style>
 a { background-color: #56296E; }

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

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

<style>
 span { border-color: #56296E; }

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

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