Html Css Color HEX #56316D Honey Flower

📋 copy color: '#56316D'

red 86 ◦ green 49 ◦ blue 109

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

Shades of Honey Flower #56316D

Tints of Honey Flower #56316D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 44.67%

R = 35.25%
G = 20.08%
B = 44.67%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56316D (or 0x56316D) is known color: Honey Flower. HEX triplet: 56, 31 and 6D. RGB value is (86,49,109). Sum of RGB (Red+Green+Blue) = 86+49+109=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #56316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56316D is #A9CE92. Grayscale: #424242. Windows color (decimal): -11128467 or 7156054. OLE color: 7156054.

HSL color Cylindrical-coordinate representation of color #56316D: hue angle of 277º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56316D is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 49 109 -
CMYK 0.21 0.55 0 0.57
HSL 277º 0.38% 0.31% -
HSV(B) 277º 0.55% 0.43% -
XYZ 7.7 5.28 15.08 -
YUV 66.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 86 49 109 0.21 0.55 0 0.57 277 0.38 0.31
Hex 56 31 6D 15 37 0 39 115 26 1F
Octal 126 61 155 25 67 0 71 425 46 37
Binary 1010110 110001 1101101 10101 110111 0 111001 100010101 100110 11111

Color Harmonies of #56316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56316D

Black with #56316D

Text Example


Text Example

White with #56316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56316D; }

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

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

background-color css

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

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

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

border-color css

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

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

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