Html Css Color HEX #563562 Honey Flower

📋 copy color: '#563562'

red 86 ◦ green 53 ◦ blue 98

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

Shades of Honey Flower #563562

Tints of Honey Flower #563562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.35%

R = 36.29%
G = 22.36%
B = 41.35%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#563562 (or 0x563562) is known color: Honey Flower. HEX triplet: 56, 35 and 62. RGB value is (86,53,98). Sum of RGB (Red+Green+Blue) = 86+53+98=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #563562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563562 is #A9CA9D. Grayscale: #434343. Windows color (decimal): -11127454 or 6436182. OLE color: 6436182.

HSL color Cylindrical-coordinate representation of color #563562: hue angle of 284º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #563562 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 53 98 -
CMYK 0.12 0.46 0 0.62
HSL 284º 0.3% 0.3% -
HSV(B) 284º 0.46% 0.38% -
XYZ 7.32 5.41 12.21 -
YUV 68 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 86 53 98 0.12 0.46 0 0.62 284 0.3 0.3
Hex 56 35 62 C 2E 0 3E 11C 1E 1E
Octal 126 65 142 14 56 0 76 434 36 36
Binary 1010110 110101 1100010 1100 101110 0 111110 100011100 11110 11110

Color Harmonies of #563562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563562

Black with #563562

Text Example


Text Example

White with #563562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563562; }

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

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

background-color css

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

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

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

border-color css

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

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

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