Html Css Color HEX #563565 Honey Flower

📋 copy color: '#563565'

red 86 ◦ green 53 ◦ blue 101

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

Shades of Honey Flower #563565

Tints of Honey Flower #563565

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.08%

 BLUE value IS 101 (39.84% from 255) = 42.08%

R = 35.83%
G = 22.08%
B = 42.08%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#563565 (or 0x563565) is known color: Honey Flower. HEX triplet: 56, 35 and 65. RGB value is (86,53,101). Sum of RGB (Red+Green+Blue) = 86+53+101=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #563565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563565 is #A9CA9A. Grayscale: #444444. Windows color (decimal): -11127451 or 6632790. OLE color: 6632790.

HSL color Cylindrical-coordinate representation of color #563565: hue angle of 281.25º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #563565 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 53 101 -
CMYK 0.15 0.48 0 0.60
HSL 281.25º 0.31% 0.3% -
HSV(B) 281.25º 0.48% 0.4% -
XYZ 7.46 5.46 12.97 -
YUV 68.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 86 53 101 0.15 0.48 0 0.60 281.25 0.31 0.3
Hex 56 35 65 F 30 0 3C 119 1F 1E
Octal 126 65 145 17 60 0 74 431 37 36
Binary 1010110 110101 1100101 1111 110000 0 111100 100011001 11111 11110

Color Harmonies of #563565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563565

Black with #563565

Text Example


Text Example

White with #563565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563565; }

 p { color: rgb(86,53,101); }

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

background-color css

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

 a { background-color: rgb(86,53,101); }

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

border-color css

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

 span { border-color: rgb(86,53,101); }

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