#563872

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

Shades of Honey Flower #563872

Tints of Honey Flower #563872

Color information

#563872 (or 0x563872) is unknown color: approx Honey Flower. HEX triplet: 56, 38 and 72. RGB value is (86,56,114). Sum of RGB (Red+Green+Blue) = 86+56+114=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #563872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563872 is #A9C78D. Grayscale: #474747. Windows color (decimal): -11126670 or 7485526. OLE color: 7485526.

HSL color Cylindrical-coordinate representation of color #563872: hue angle of 271.03º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #563872 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8656114-
CMYK0.250.5100.55
HSL271.03º34.12%33.33%-
HSV(B)271.03º50.88%44.71%-
XYZ8.296.0216.65-
YUV71.58151.94138.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.59%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=33.59%
G=21.88%
B=44.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86561140.250.5100.55271.0334.1233.33
Hex563872193303710f2221
Octal1267016231630674174241
Binary10101101110001110010110011100110110111100001111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563872; }

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

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

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

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

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

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

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

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