Html Css Color HEX #563970 Honey Flower

📋 copy color: '#563970'

red 86 ◦ green 57 ◦ blue 112

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

Shades of Honey Flower #563970

Tints of Honey Flower #563970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.35%

 BLUE value IS 112 (44.14% from 255) = 43.92%

R = 33.73%
G = 22.35%
B = 43.92%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#563970 (or 0x563970) is known color: Honey Flower. HEX triplet: 56, 39 and 70. RGB value is (86,57,112). Sum of RGB (Red+Green+Blue) = 86+57+112=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #563970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563970 is #A9C68F. Grayscale: #474747. Windows color (decimal): -11126416 or 7354710. OLE color: 7354710.

HSL color Cylindrical-coordinate representation of color #563970: hue angle of 271.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #563970 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 57 112 -
CMYK 0.23 0.49 0 0.56
HSL 271.64º 0.33% 0.33% -
HSV(B) 271.64º 0.49% 0.44% -
XYZ 8.23 6.07 16.07 -
YUV 71.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 86 57 112 0.23 0.49 0 0.56 271.64 0.33 0.33
Hex 56 39 70 17 31 0 38 110 21 21
Octal 126 71 160 27 61 0 70 420 41 41
Binary 1010110 111001 1110000 10111 110001 0 111000 100010000 100001 100001

Color Harmonies of #563970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563970

Black with #563970

Text Example


Text Example

White with #563970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563970; }

 p { color: rgb(86,57,112); }

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

background-color css

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

 a { background-color: rgb(86,57,112); }

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

border-color css

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

 span { border-color: rgb(86,57,112); }

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