#563471

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

Shades of Honey Flower #563471

Tints of Honey Flower #563471

Color information

#563471 (or 0x563471) is unknown color: approx Honey Flower. HEX triplet: 56, 34 and 71. RGB value is (86,52,113). Sum of RGB (Red+Green+Blue) = 86+52+113=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #563471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563471 is #A9CB8E. Grayscale: #444444. Windows color (decimal): -11127695 or 7418966. OLE color: 7418966.

HSL color Cylindrical-coordinate representation of color #563471: hue angle of 273.44º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #563471 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8652113-
CMYK0.240.5400.56
HSL273.44º36.97%32.35%-
HSV(B)273.44º53.98%44.31%-
XYZ8.055.6316.28-
YUV69.12152.76140.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 113 (44.53% from 255) = 45.02%
R=34.26%
G=20.72%
B=45.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86521130.240.5400.56273.4436.9732.35
Hex56347118360381112520
Octal1266416130660704214540
Binary10101101101001110001110001101100111000100010001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563471; }

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

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

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

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

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

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

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

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