#563F71

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

Shades of Honey Flower #563F71

Tints of Honey Flower #563F71

Color information

#563F71 (or 0x563F71) is unknown color: approx Honey Flower. HEX triplet: 56, 3F and 71. RGB value is (86,63,113). Sum of RGB (Red+Green+Blue) = 86+63+113=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #563F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563F71 is #A9C08E. Grayscale: #4B4B4B. Windows color (decimal): -11124879 or 7421782. OLE color: 7421782.

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

Color convert

RGB8663113-
CMYK0.240.4400.56
HSL267.6º28.41%34.51%-
HSV(B)267.6º44.25%44.31%-
XYZ8.66.7316.47-
YUV75.58149.12135.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.82%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=32.82%
G=24.05%
B=43.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86631130.240.4400.56267.628.4134.51
Hex563F71182C03810c1c23
Octal1267716130540704143443
Binary1010110111111111000111000101100011100010000110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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