Html Css Color HEX #563A6C Honey Flower

📋 copy color: '#563A6C'

red 86 ◦ green 58 ◦ blue 108

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

Shades of Honey Flower #563A6C

Tints of Honey Flower #563A6C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.02%

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

R = 34.13%
G = 23.02%
B = 42.86%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#563A6C (or 0x563A6C) is known color: Honey Flower. HEX triplet: 56, 3A and 6C. RGB value is (86,58,108). Sum of RGB (Red+Green+Blue) = 86+58+108=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #563A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563A6C is #A9C593. Grayscale: #474747. Windows color (decimal): -11126164 or 7092822. OLE color: 7092822.

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

Color convert

RGB 86 58 108 -
CMYK 0.20 0.46 0 0.58
HSL 273.6º 0.3% 0.33% -
HSV(B) 273.6º 0.46% 0.42% -
XYZ 8.06 6.09 14.94 -
YUV 72.07 148.28 137.93 -
System Red Green Blue C M Y K H S L
Decimal 86 58 108 0.20 0.46 0 0.58 273.6 0.3 0.33
Hex 56 3A 6C 14 2E 0 3A 112 1E 21
Octal 126 72 154 24 56 0 72 422 36 41
Binary 1010110 111010 1101100 10100 101110 0 111010 100010010 11110 100001

Color Harmonies of #563A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A6C

Black with #563A6C

Text Example


Text Example

White with #563A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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