#563F70

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

Shades of Honey Flower #563F70

Tints of Honey Flower #563F70

Color information

#563F70 (or 0x563F70) is unknown color: approx Honey Flower. HEX triplet: 56, 3F and 70. RGB value is (86,63,112). Sum of RGB (Red+Green+Blue) = 86+63+112=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #563F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563F70 is #A9C08F. Grayscale: #4B4B4B. Windows color (decimal): -11124880 or 7356246. OLE color: 7356246.

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

Color convert

RGB8663112-
CMYK0.230.4400.56
HSL268.16º28%34.31%-
HSV(B)268.16º43.75%43.92%-
XYZ8.546.716.17-
YUV75.46148.62135.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.95%
GREEN value IS 63 (25% from 255) = 24.14%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=32.95%
G=24.14%
B=42.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86631120.230.4400.56268.162834.31
Hex563F70172C03810c1c22
Octal1267716027540704143442
Binary1010110111111111000010111101100011100010000110011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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