#56396D

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

Shades of Honey Flower #56396D

Tints of Honey Flower #56396D

Color information

#56396D (or 0x56396D) is unknown color: approx Honey Flower. HEX triplet: 56, 39 and 6D. RGB value is (86,57,109). Sum of RGB (Red+Green+Blue) = 86+57+109=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #56396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56396D is #A9C692. Grayscale: #474747. Windows color (decimal): -11126419 or 7158102. OLE color: 7158102.

HSL color Cylindrical-coordinate representation of color #56396D: hue angle of 273.46º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56396D is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8657109-
CMYK0.210.4800.57
HSL273.46º31.33%32.55%-
HSV(B)273.46º47.71%42.75%-
XYZ8.066.0115.2-
YUV71.6149.11138.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=34.13%
G=22.62%
B=43.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86571090.210.4800.57273.4631.3332.55
Hex56396D15300391111f21
Octal1267115525600714213741
Binary1010110111001110110110101110000011100110001000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56396D; }

 p { color: rgb(86,57,109); }

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

<style>
 a { background-color: #56396D; }

 a { background-color: rgb(86,57,109); }

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

<style>
 span { border-color: #56396D; }

 span { border-color: rgb(86,57,109); }

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