#56256E

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

Shades of Honey Flower #56256E

Tints of Honey Flower #56256E

Color information

#56256E (or 0x56256E) is unknown color: approx Honey Flower. HEX triplet: 56, 25 and 6E. RGB value is (86,37,110). Sum of RGB (Red+Green+Blue) = 86+37+110=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #56256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56256E is #A9DA91. Grayscale: #3B3B3B. Windows color (decimal): -11131538 or 7218518. OLE color: 7218518.

HSL color Cylindrical-coordinate representation of color #56256E: hue angle of 280.27º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56256E is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8637110-
CMYK0.220.6600.57
HSL280.27º49.66%28.82%-
HSV(B)280.27º66.36%43.14%-
XYZ7.314.4315.22-
YUV59.97156.23146.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.91%
GREEN value IS 37 (14.84% from 255) = 15.88%
BLUE value IS 110 (43.36% from 255) = 47.21%
R=36.91%
G=15.88%
B=47.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86371100.220.6600.57280.2749.6628.82
Hex56256E1642039118321d
Octal12645156261020714306235
Binary10101101001011101110101101000010011100110001100011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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