Html Css Color HEX #563172 Honey Flower

📋 copy color: '#563172'

red 86 ◦ green 49 ◦ blue 114

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

Shades of Honey Flower #563172

Tints of Honey Flower #563172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.68%

 BLUE value IS 114 (44.92% from 255) = 45.78%

R = 34.54%
G = 19.68%
B = 45.78%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#563172 (or 0x563172) is known color: Honey Flower. HEX triplet: 56, 31 and 72. RGB value is (86,49,114). Sum of RGB (Red+Green+Blue) = 86+49+114=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #563172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563172 is #A9CE8D. Grayscale: #434343. Windows color (decimal): -11128462 or 7483734. OLE color: 7483734.

HSL color Cylindrical-coordinate representation of color #563172: hue angle of 274.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #563172 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 49 114 -
CMYK 0.25 0.57 0 0.55
HSL 274.15º 0.4% 0.32% -
HSV(B) 274.15º 0.57% 0.45% -
XYZ 7.97 5.39 16.54 -
YUV 67.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 86 49 114 0.25 0.57 0 0.55 274.15 0.4 0.32
Hex 56 31 72 19 39 0 37 112 28 20
Octal 126 61 162 31 71 0 67 422 50 40
Binary 1010110 110001 1110010 11001 111001 0 110111 100010010 101000 100000

Color Harmonies of #563172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563172

Black with #563172

Text Example


Text Example

White with #563172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563172; }

 p { color: rgb(86,49,114); }

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

background-color css

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

 a { background-color: rgb(86,49,114); }

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

border-color css

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

 span { border-color: rgb(86,49,114); }

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