#563271

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

Shades of Honey Flower #563271

Tints of Honey Flower #563271

Color information

#563271 (or 0x563271) is unknown color: approx Honey Flower. HEX triplet: 56, 32 and 71. RGB value is (86,50,113). Sum of RGB (Red+Green+Blue) = 86+50+113=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #563271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563271 is #A9CD8E. Grayscale: #434343. Windows color (decimal): -11128207 or 7418454. OLE color: 7418454.

HSL color Cylindrical-coordinate representation of color #563271: hue angle of 274.29º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #563271 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8650113-
CMYK0.240.5600.56
HSL274.29º38.65%31.96%-
HSV(B)274.29º55.75%44.31%-
XYZ7.965.4516.26-
YUV67.95153.43140.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 113 (44.53% from 255) = 45.38%
R=34.54%
G=20.08%
B=45.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86501130.240.5600.56274.2938.6531.96
Hex56327118380381122720
Octal1266216130700704224740
Binary10101101100101110001110001110000111000100010010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563271; }

 p { color: rgb(86,50,113); }

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

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

 a { background-color: rgb(86,50,113); }

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

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

 span { border-color: rgb(86,50,113); }

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