Html Css Color HEX #563163 Honey Flower

📋 copy color: '#563163'

red 86 ◦ green 49 ◦ blue 99

#563163
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #563163

Tints of Honey Flower #563163

RGB

 RED value IS 86 (33.98% from 255) = 36.75%

 GREEN value IS 49 (19.53% from 255) = 20.94%

 BLUE value IS 99 (39.06% from 255) = 42.31%

R = 36.75%
G = 20.94%
B = 42.31%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#563163 (or 0x563163) is known color: Honey Flower. HEX triplet: 56, 31 and 63. RGB value is (86,49,99). Sum of RGB (Red+Green+Blue) = 86+49+99=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #563163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563163 is #A9CE9C. Grayscale: #414141. Windows color (decimal): -11128477 or 6500694. OLE color: 6500694.

HSL color Cylindrical-coordinate representation of color #563163: hue angle of 284.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #563163 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 49 99 -
CMYK 0.13 0.51 0 0.61
HSL 284.4º 0.34% 0.29% -
HSV(B) 284.4º 0.51% 0.39% -
XYZ 7.19 5.08 12.41 -
YUV 65.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 86 49 99 0.13 0.51 0 0.61 284.4 0.34 0.29
Hex 56 31 63 D 33 0 3D 11C 22 1D
Octal 126 61 143 15 63 0 75 434 42 35
Binary 1010110 110001 1100011 1101 110011 0 111101 100011100 100010 11101

Color Harmonies of #563163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563163

Black with #563163

Text Example


Text Example

White with #563163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563163; }

 p { color: rgb(86,49,99); }

 H1.HeaderClassName
 {
   color: #563163;
 }
 .AnyTagClassName
 {
   color: #563163;
 }
</style>

background-color css

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

 a { background-color: rgb(86,49,99); }

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

border-color css

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

 span { border-color: rgb(86,49,99); }

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