#562A6A

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

Shades of Honey Flower #562A6A

Tints of Honey Flower #562A6A

Color information

#562A6A (or 0x562A6A) is unknown color: approx Honey Flower. HEX triplet: 56, 2A and 6A. RGB value is (86,42,106). Sum of RGB (Red+Green+Blue) = 86+42+106=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #562A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562A6A is #A9D595. Grayscale: #3E3E3E. Windows color (decimal): -11130262 or 6957654. OLE color: 6957654.

HSL color Cylindrical-coordinate representation of color #562A6A: hue angle of 281.25º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #562A6A is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8642106-
CMYK0.190.6000.58
HSL281.25º43.24%29.02%-
HSV(B)281.25º60.38%41.57%-
XYZ7.274.6714.16-
YUV62.45152.58144.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.75%
GREEN value IS 42 (16.80% from 255) = 17.95%
BLUE value IS 106 (41.80% from 255) = 45.30%
R=36.75%
G=17.95%
B=45.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86421060.190.6000.58281.2543.2429.02
Hex562A6A133C03A1192b1d
Octal1265215223740724315335
Binary1010110101010110101010011111100011101010001100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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