#562A6C

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

Shades of Honey Flower #562A6C

Tints of Honey Flower #562A6C

Color information

#562A6C (or 0x562A6C) is unknown color: approx Honey Flower. HEX triplet: 56, 2A and 6C. RGB value is (86,42,108). Sum of RGB (Red+Green+Blue) = 86+42+108=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #562A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562A6C is #A9D593. Grayscale: #3E3E3E. Windows color (decimal): -11130260 or 7088726. OLE color: 7088726.

HSL color Cylindrical-coordinate representation of color #562A6C: hue angle of 280º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #562A6C is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8642108-
CMYK0.200.6100.58
HSL280º44%29.41%-
HSV(B)280º61.11%42.35%-
XYZ7.374.7214.71-
YUV62.68153.58144.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.44%
GREEN value IS 42 (16.80% from 255) = 17.80%
BLUE value IS 108 (42.58% from 255) = 45.76%
R=36.44%
G=17.80%
B=45.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86421080.200.6100.582804429.41
Hex562A6C143D03A1182c1d
Octal1265215424750724305435
Binary1010110101010110110010100111101011101010001100010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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