Html Css Color HEX #563C6C Honey Flower

📋 copy color: '#563C6C'

red 86 ◦ green 60 ◦ blue 108

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

Shades of Honey Flower #563C6C

Tints of Honey Flower #563C6C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.62%

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

R = 33.86%
G = 23.62%
B = 42.52%

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

#563C6C (or 0x563C6C) is known color: Honey Flower. HEX triplet: 56, 3C and 6C. RGB value is (86,60,108). Sum of RGB (Red+Green+Blue) = 86+60+108=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 108 - color contains mainly: blue. Hex color #563C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563C6C is #A9C393. Grayscale: #494949. Windows color (decimal): -11125652 or 7093334. OLE color: 7093334.

HSL color Cylindrical-coordinate representation of color #563C6C: hue angle of 272.5º degrees, saturation: 0.29, 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 #563C6C is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 60 108 -
CMYK 0.20 0.44 0 0.58
HSL 272.5º 0.29% 0.33% -
HSV(B) 272.5º 0.44% 0.42% -
XYZ 8.16 6.29 14.97 -
YUV 73.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 86 60 108 0.20 0.44 0 0.58 272.5 0.29 0.33
Hex 56 3C 6C 14 2C 0 3A 110 1D 21
Octal 126 74 154 24 54 0 72 420 35 41
Binary 1010110 111100 1101100 10100 101100 0 111010 100010000 11101 100001

Color Harmonies of #563C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563C6C

Black with #563C6C

Text Example


Text Example

White with #563C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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