#562E66

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

Shades of Honey Flower #562E66

Tints of Honey Flower #562E66

Color information

#562E66 (or 0x562E66) is unknown color: approx Honey Flower. HEX triplet: 56, 2E and 66. RGB value is (86,46,102). Sum of RGB (Red+Green+Blue) = 86+46+102=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #562E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562E66 is #A9D199. Grayscale: #404040. Windows color (decimal): -11129242 or 6696534. OLE color: 6696534.

HSL color Cylindrical-coordinate representation of color #562E66: hue angle of 282.86º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #562E66 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8646102-
CMYK0.160.5500.6
HSL282.86º37.84%29.02%-
HSV(B)282.86º54.9%40%-
XYZ7.214.8913.13-
YUV64.34149.25143.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.75%
GREEN value IS 46 (18.36% from 255) = 19.66%
BLUE value IS 102 (40.23% from 255) = 43.59%
R=36.75%
G=19.66%
B=43.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86461020.160.5500.6282.8637.8429.02
Hex562E66103703C11b261d
Octal1265614620670744334635
Binary1010110101110110011010000110111011110010001101110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,46,102); }

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

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

 a { background-color: rgb(86,46,102); }

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

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

 span { border-color: rgb(86,46,102); }

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