Html Css Color HEX #563471 Honey Flower

📋 copy color: '#563471'

red 86 ◦ green 52 ◦ blue 113

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

Shades of Honey Flower #563471

Tints of Honey Flower #563471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.72%

 BLUE value IS 113 (44.53% from 255) = 45.02%

R = 34.26%
G = 20.72%
B = 45.02%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#563471 (or 0x563471) is known color: Honey Flower. HEX triplet: 56, 34 and 71. RGB value is (86,52,113). Sum of RGB (Red+Green+Blue) = 86+52+113=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #563471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563471 is #A9CB8E. Grayscale: #444444. Windows color (decimal): -11127695 or 7418966. OLE color: 7418966.

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

Color convert

RGB 86 52 113 -
CMYK 0.24 0.54 0 0.56
HSL 273.44º 0.37% 0.32% -
HSV(B) 273.44º 0.54% 0.44% -
XYZ 8.05 5.63 16.28 -
YUV 69.12 152.76 140.04 -
System Red Green Blue C M Y K H S L
Decimal 86 52 113 0.24 0.54 0 0.56 273.44 0.37 0.32
Hex 56 34 71 18 36 0 38 111 25 20
Octal 126 64 161 30 66 0 70 421 45 40
Binary 1010110 110100 1110001 11000 110110 0 111000 100010001 100101 100000

Color Harmonies of #563471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563471

Black with #563471

Text Example


Text Example

White with #563471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563471; }

 p { color: rgb(86,52,113); }

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

background-color css

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

 a { background-color: rgb(86,52,113); }

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

border-color css

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

 span { border-color: rgb(86,52,113); }

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