Html Css Color HEX #56056D Indigo

📋 copy color: '#56056D'

red 86 ◦ green 5 ◦ blue 109

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

Shades of Indigo #56056D

Tints of Indigo #56056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.5%

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

R = 43%
G = 2.5%
B = 54.5%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56056D (or 0x56056D) is known color: Indigo. HEX triplet: 56, 05 and 6D. RGB value is (86,5,109). Sum of RGB (Red+Green+Blue) = 86+5+109=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #56056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56056D is #A9FA92. Grayscale: #282828. Windows color (decimal): -11139731 or 7144790. OLE color: 7144790.

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

Color convert

RGB 86 5 109 -
CMYK 0.21 0.95 0 0.57
HSL 286.73º 0.91% 0.22% -
HSV(B) 286.73º 0.95% 0.43% -
XYZ 6.65 3.19 14.73 -
YUV 41.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 86 5 109 0.21 0.95 0 0.57 286.73 0.91 0.22
Hex 56 5 6D 15 5F 0 39 11F 5B 16
Octal 126 5 155 25 137 0 71 437 133 26
Binary 1010110 101 1101101 10101 1011111 0 111001 100011111 1011011 10110

Color Harmonies of #56056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56056D

Black with #56056D

Text Example


Text Example

White with #56056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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