#563066

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

Shades of Honey Flower #563066

Tints of Honey Flower #563066

Color information

#563066 (or 0x563066) is unknown color: approx Honey Flower. HEX triplet: 56, 30 and 66. RGB value is (86,48,102). Sum of RGB (Red+Green+Blue) = 86+48+102=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: blue. Hex color #563066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563066 is #A9CF99. Grayscale: #414141. Windows color (decimal): -11128730 or 6697046. OLE color: 6697046.

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

Color convert

RGB8648102-
CMYK0.160.5300.6
HSL282.22º36%29.41%-
HSV(B)282.22º52.94%40%-
XYZ7.295.0513.16-
YUV65.52148.59142.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.44%
GREEN value IS 48 (19.14% from 255) = 20.34%
BLUE value IS 102 (40.23% from 255) = 43.22%
R=36.44%
G=20.34%
B=43.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86481020.160.5300.6282.223629.41
Hex563066103503C11a241d
Octal1266014620650744324435
Binary1010110110000110011010000110101011110010001101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563066; }

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

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

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

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

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

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

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

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