#563A6C

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

Shades of Honey Flower #563A6C

Tints of Honey Flower #563A6C

Color information

#563A6C (or 0x563A6C) is unknown color: approx Honey Flower. HEX triplet: 56, 3A and 6C. RGB value is (86,58,108). Sum of RGB (Red+Green+Blue) = 86+58+108=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #563A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563A6C is #A9C593. Grayscale: #474747. Windows color (decimal): -11126164 or 7092822. OLE color: 7092822.

HSL color Cylindrical-coordinate representation of color #563A6C: hue angle of 273.6º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #563A6C is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8658108-
CMYK0.200.4600.58
HSL273.6º30.12%32.55%-
HSV(B)273.6º46.3%42.35%-
XYZ8.066.0914.94-
YUV72.07148.28137.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 58 (23.05% from 255) = 23.02%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=34.13%
G=23.02%
B=42.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86581080.200.4600.58273.630.1232.55
Hex563A6C142E03A1121e21
Octal1267215424560724223641
Binary1010110111010110110010100101110011101010001001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,58,108); }

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

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

 a { background-color: rgb(86,58,108); }

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

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

 span { border-color: rgb(86,58,108); }

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