#562C71

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

Shades of Honey Flower #562C71

Tints of Honey Flower #562C71

Color information

#562C71 (or 0x562C71) is unknown color: approx Honey Flower. HEX triplet: 56, 2C and 71. RGB value is (86,44,113). Sum of RGB (Red+Green+Blue) = 86+44+113=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #562C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562C71 is #A9D38E. Grayscale: #404040. Windows color (decimal): -11129743 or 7416918. OLE color: 7416918.

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

Color convert

RGB8644113-
CMYK0.240.6100.56
HSL276.52º43.95%30.78%-
HSV(B)276.52º61.06%44.31%-
XYZ7.724.9716.18-
YUV64.42155.41143.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.39%
GREEN value IS 44 (17.58% from 255) = 18.11%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=35.39%
G=18.11%
B=46.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86441130.240.6100.56276.5243.9530.78
Hex562C71183D0381152c1f
Octal1265416130750704255437
Binary1010110101100111000111000111101011100010001010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562C71; }

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

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

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

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

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

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

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

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