#563572

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

Shades of Honey Flower #563572

Tints of Honey Flower #563572

Color information

#563572 (or 0x563572) is unknown color: approx Honey Flower. HEX triplet: 56, 35 and 72. RGB value is (86,53,114). Sum of RGB (Red+Green+Blue) = 86+53+114=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #563572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563572 is #A9CA8D. Grayscale: #454545. Windows color (decimal): -11127438 or 7484758. OLE color: 7484758.

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

Color convert

RGB8653114-
CMYK0.250.5400.55
HSL272.46º36.53%32.75%-
HSV(B)272.46º53.51%44.71%-
XYZ8.155.7416.6-
YUV69.82152.93139.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.99%
GREEN value IS 53 (21.09% from 255) = 20.95%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=33.99%
G=20.95%
B=45.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86531140.250.5400.55272.4636.5332.75
Hex56357219360371102521
Octal1266516231660674204541
Binary10101101101011110010110011101100110111100010000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563572; }

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

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

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

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

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

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

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

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