#563B6A

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

Shades of Honey Flower #563B6A

Tints of Honey Flower #563B6A

Color information

#563B6A (or 0x563B6A) is unknown color: approx Honey Flower. HEX triplet: 56, 3B and 6A. RGB value is (86,59,106). Sum of RGB (Red+Green+Blue) = 86+59+106=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #563B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563B6A is #A9C495. Grayscale: #484848. Windows color (decimal): -11125910 or 6962006. OLE color: 6962006.

HSL color Cylindrical-coordinate representation of color #563B6A: hue angle of 274.47º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #563B6A is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8659106-
CMYK0.190.4400.58
HSL274.47º28.48%32.35%-
HSV(B)274.47º44.34%41.57%-
XYZ86.1514.4-
YUV72.43146.95137.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 59 (23.44% from 255) = 23.51%
BLUE value IS 106 (41.80% from 255) = 42.23%
R=34.26%
G=23.51%
B=42.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86591060.190.4400.58274.4728.4832.35
Hex563B6A132C03A1121c20
Octal1267315223540724223440
Binary1010110111011110101010011101100011101010001001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563B6A; }

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

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

<style>
 a { background-color: #563B6A; }

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

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

<style>
 span { border-color: #563B6A; }

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

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