#563070

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

Shades of Honey Flower #563070

Tints of Honey Flower #563070

Color information

#563070 (or 0x563070) is unknown color: approx Honey Flower. HEX triplet: 56, 30 and 70. RGB value is (86,48,112). Sum of RGB (Red+Green+Blue) = 86+48+112=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #563070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563070 is #A9CF8F. Grayscale: #424242. Windows color (decimal): -11128720 or 7352406. OLE color: 7352406.

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

Color convert

RGB8648112-
CMYK0.230.5700.56
HSL275.62º40%31.37%-
HSV(B)275.62º57.14%43.92%-
XYZ7.825.2615.93-
YUV66.66153.59141.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=34.96%
G=19.51%
B=45.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86481120.230.5700.56275.624031.37
Hex5630701739038114281f
Octal1266016027710704245037
Binary1010110110000111000010111111001011100010001010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563070; }

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

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

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

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

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

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

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

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