Html Css Color HEX #563270 Honey Flower

📋 copy color: '#563270'

red 86 ◦ green 50 ◦ blue 112

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

Shades of Honey Flower #563270

Tints of Honey Flower #563270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.16%

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

R = 34.68%
G = 20.16%
B = 45.16%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#563270 (or 0x563270) is known color: Honey Flower. HEX triplet: 56, 32 and 70. RGB value is (86,50,112). Sum of RGB (Red+Green+Blue) = 86+50+112=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #563270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563270 is #A9CD8F. Grayscale: #434343. Windows color (decimal): -11128208 or 7352918. OLE color: 7352918.

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

Color convert

RGB 86 50 112 -
CMYK 0.23 0.55 0 0.56
HSL 274.84º 0.38% 0.32% -
HSV(B) 274.84º 0.55% 0.44% -
XYZ 7.9 5.43 15.96 -
YUV 67.83 152.93 140.96 -
System Red Green Blue C M Y K H S L
Decimal 86 50 112 0.23 0.55 0 0.56 274.84 0.38 0.32
Hex 56 32 70 17 37 0 38 113 26 20
Octal 126 62 160 27 67 0 70 423 46 40
Binary 1010110 110010 1110000 10111 110111 0 111000 100010011 100110 100000

Color Harmonies of #563270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563270

Black with #563270

Text Example


Text Example

White with #563270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563270; }

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

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

background-color css

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

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

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

border-color css

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

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

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