Html Css Color HEX #563264 Honey Flower

📋 copy color: '#563264'

red 86 ◦ green 50 ◦ blue 100

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

Shades of Honey Flower #563264

Tints of Honey Flower #563264

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

 BLUE value IS 100 (39.45% from 255) = 42.37%

R = 36.44%
G = 21.19%
B = 42.37%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#563264 (or 0x563264) is known color: Honey Flower. HEX triplet: 56, 32 and 64. RGB value is (86,50,100). Sum of RGB (Red+Green+Blue) = 86+50+100=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 100 - color contains mainly: blue. Hex color #563264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563264 is #A9CD9B. Grayscale: #424242. Windows color (decimal): -11128220 or 6566486. OLE color: 6566486.

HSL color Cylindrical-coordinate representation of color #563264: hue angle of 283.2º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #563264 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 50 100 -
CMYK 0.14 0.50 0 0.61
HSL 283.2º 0.33% 0.29% -
HSV(B) 283.2º 0.5% 0.39% -
XYZ 7.28 5.18 12.67 -
YUV 66.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 86 50 100 0.14 0.50 0 0.61 283.2 0.33 0.29
Hex 56 32 64 E 32 0 3D 11B 21 1D
Octal 126 62 144 16 62 0 75 433 41 35
Binary 1010110 110010 1100100 1110 110010 0 111101 100011011 100001 11101

Color Harmonies of #563264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563264

Black with #563264

Text Example


Text Example

White with #563264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563264; }

 p { color: rgb(86,50,100); }

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

background-color css

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

 a { background-color: rgb(86,50,100); }

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

border-color css

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

 span { border-color: rgb(86,50,100); }

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