#56356A

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

Shades of Honey Flower #56356A

Tints of Honey Flower #56356A

Color information

#56356A (or 0x56356A) is unknown color: approx Honey Flower. HEX triplet: 56, 35 and 6A. RGB value is (86,53,106). Sum of RGB (Red+Green+Blue) = 86+53+106=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 106 - color contains mainly: blue. Hex color #56356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56356A is #A9CA95. Grayscale: #444444. Windows color (decimal): -11127446 or 6960470. OLE color: 6960470.

HSL color Cylindrical-coordinate representation of color #56356A: hue angle of 277.36º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56356A is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8653106-
CMYK0.190.500.58
HSL277.36º33.33%31.18%-
HSV(B)277.36º50%41.57%-
XYZ7.715.5714.3-
YUV68.91148.93140.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.10%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=35.10%
G=21.63%
B=43.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86531060.190.500.58277.3633.3331.18
Hex56356A133203A115211f
Octal1266515223620724254137
Binary1010110110101110101010011110010011101010001010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56356A; }

 p { color: rgb(86,53,106); }

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

<style>
 a { background-color: #56356A; }

 a { background-color: rgb(86,53,106); }

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

<style>
 span { border-color: #56356A; }

 span { border-color: rgb(86,53,106); }

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