#563472

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

Shades of Honey Flower #563472

Tints of Honey Flower #563472

Color information

#563472 (or 0x563472) is unknown color: approx Honey Flower. HEX triplet: 56, 34 and 72. RGB value is (86,52,114). Sum of RGB (Red+Green+Blue) = 86+52+114=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #563472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563472 is #A9CB8D. Grayscale: #454545. Windows color (decimal): -11127694 or 7484502. OLE color: 7484502.

HSL color Cylindrical-coordinate representation of color #563472: hue angle of 272.9º 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 #563472 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8652114-
CMYK0.250.5400.55
HSL272.9º37.35%32.55%-
HSV(B)272.9º54.39%44.71%-
XYZ8.15.6516.58-
YUV69.23153.26139.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=34.13%
G=20.63%
B=45.24%

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
Decimal86521140.250.5400.55272.937.3532.55
Hex56347219360371112521
Octal1266416231660674214541
Binary10101101101001110010110011101100110111100010001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563472; }

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

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

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

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

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

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

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

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