#562A6D

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

Shades of Honey Flower #562A6D

Tints of Honey Flower #562A6D

Color information

#562A6D (or 0x562A6D) is unknown color: approx Honey Flower. HEX triplet: 56, 2A and 6D. RGB value is (86,42,109). Sum of RGB (Red+Green+Blue) = 86+42+109=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #562A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562A6D is #A9D592. Grayscale: #3E3E3E. Windows color (decimal): -11130259 or 7154262. OLE color: 7154262.

HSL color Cylindrical-coordinate representation of color #562A6D: hue angle of 279.4º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #562A6D is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8642109-
CMYK0.210.6100.57
HSL279.4º44.37%29.61%-
HSV(B)279.4º61.47%42.75%-
XYZ7.434.7414.99-
YUV62.79154.08144.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 42 (16.80% from 255) = 17.72%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=36.29%
G=17.72%
B=45.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86421090.210.6100.57279.444.3729.61
Hex562A6D153D0391172c1e
Octal1265215525750714275436
Binary1010110101010110110110101111101011100110001011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,42,109); }

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

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

 a { background-color: rgb(86,42,109); }

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

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

 span { border-color: rgb(86,42,109); }

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