#563870

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

Shades of Honey Flower #563870

Tints of Honey Flower #563870

Color information

#563870 (or 0x563870) is unknown color: approx Honey Flower. HEX triplet: 56, 38 and 70. RGB value is (86,56,112). Sum of RGB (Red+Green+Blue) = 86+56+112=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #563870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563870 is #A9C78F. Grayscale: #474747. Windows color (decimal): -11126672 or 7354454. OLE color: 7354454.

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

Color convert

RGB8656112-
CMYK0.230.5000.56
HSL272.14º33.33%32.94%-
HSV(B)272.14º50%43.92%-
XYZ8.185.9816.05-
YUV71.35150.94138.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.86%
GREEN value IS 56 (22.27% from 255) = 22.05%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=33.86%
G=22.05%
B=44.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86561120.230.5000.56272.1433.3332.94
Hex56387017320381102121
Octal1267016027620704204141
Binary10101101110001110000101111100100111000100010000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563870; }

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

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

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

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

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

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

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

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