Html Css Color HEX #563D6C Honey Flower

📋 copy color: '#563D6C'

red 86 ◦ green 61 ◦ blue 108

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

Shades of Honey Flower #563D6C

Tints of Honey Flower #563D6C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.92%

 BLUE value IS 108 (42.58% from 255) = 42.35%

R = 33.73%
G = 23.92%
B = 42.35%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#563D6C (or 0x563D6C) is known color: Honey Flower. HEX triplet: 56, 3D and 6C. RGB value is (86,61,108). Sum of RGB (Red+Green+Blue) = 86+61+108=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #563D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563D6C is #A9C293. Grayscale: #494949. Windows color (decimal): -11125396 or 7093590. OLE color: 7093590.

HSL color Cylindrical-coordinate representation of color #563D6C: hue angle of 271.91º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #563D6C is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 61 108 -
CMYK 0.20 0.44 0 0.58
HSL 271.91º 0.28% 0.33% -
HSV(B) 271.91º 0.44% 0.42% -
XYZ 8.21 6.4 14.99 -
YUV 73.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 86 61 108 0.20 0.44 0 0.58 271.91 0.28 0.33
Hex 56 3D 6C 14 2C 0 3A 110 1C 21
Octal 126 75 154 24 54 0 72 420 34 41
Binary 1010110 111101 1101100 10100 101100 0 111010 100010000 11100 100001

Color Harmonies of #563D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563D6C

Black with #563D6C

Text Example


Text Example

White with #563D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563D6C; }

 p { color: rgb(86,61,108); }

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

background-color css

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

 a { background-color: rgb(86,61,108); }

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

border-color css

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

 span { border-color: rgb(86,61,108); }

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