#563368

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

Shades of Honey Flower #563368

Tints of Honey Flower #563368

Color information

#563368 (or 0x563368) is unknown color: approx Honey Flower. HEX triplet: 56, 33 and 68. RGB value is (86,51,104). Sum of RGB (Red+Green+Blue) = 86+51+104=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #563368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563368 is #A9CC97. Grayscale: #434343. Windows color (decimal): -11127960 or 6828886. OLE color: 6828886.

HSL color Cylindrical-coordinate representation of color #563368: hue angle of 279.62º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #563368 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8651104-
CMYK0.170.5100.59
HSL279.62º34.19%30.39%-
HSV(B)279.62º50.96%40.78%-
XYZ7.525.3513.73-
YUV67.51148.6141.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=35.68%
G=21.16%
B=43.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86511040.170.5100.59279.6234.1930.39
Hex563368113303B118221e
Octal1266315021630734304236
Binary1010110110011110100010001110011011101110001100010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563368; }

 p { color: rgb(86,51,104); }

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

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

 a { background-color: rgb(86,51,104); }

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

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

 span { border-color: rgb(86,51,104); }

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