Html Css Color HEX #563E70 Honey Flower

📋 copy color: '#563E70'

red 86 ◦ green 62 ◦ blue 112

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

Shades of Honey Flower #563E70

Tints of Honey Flower #563E70

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.85%

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

R = 33.08%
G = 23.85%
B = 43.08%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#563E70 (or 0x563E70) is known color: Honey Flower. HEX triplet: 56, 3E and 70. RGB value is (86,62,112). Sum of RGB (Red+Green+Blue) = 86+62+112=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #563E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563E70 is #A9C18F. Grayscale: #4A4A4A. Windows color (decimal): -11125136 or 7355990. OLE color: 7355990.

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

Color convert

RGB 86 62 112 -
CMYK 0.23 0.45 0 0.56
HSL 268.8º 0.29% 0.34% -
HSV(B) 268.8º 0.45% 0.44% -
XYZ 8.49 6.59 16.15 -
YUV 74.88 148.95 135.93 -
System Red Green Blue C M Y K H S L
Decimal 86 62 112 0.23 0.45 0 0.56 268.8 0.29 0.34
Hex 56 3E 70 17 2D 0 38 10D 1D 22
Octal 126 76 160 27 55 0 70 415 35 42
Binary 1010110 111110 1110000 10111 101101 0 111000 100001101 11101 100010

Color Harmonies of #563E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563E70

Black with #563E70

Text Example


Text Example

White with #563E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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