Html Css Color HEX #56059D Indigo

📋 copy color: '#56059D'

red 86 ◦ green 5 ◦ blue 157

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

Shades of Indigo #56059D

Tints of Indigo #56059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 63.31%

R = 34.68%
G = 2.02%
B = 63.31%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56059D (or 0x56059D) is known color: Indigo. HEX triplet: 56, 05 and 9D. RGB value is (86,5,157). Sum of RGB (Red+Green+Blue) = 86+5+157=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #56059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56059D is #A9FA62. Grayscale: #2E2E2E. Windows color (decimal): -11139683 or 10290518. OLE color: 10290518.

HSL color Cylindrical-coordinate representation of color #56059D: hue angle of 271.97º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #56059D is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 5 157 -
CMYK 0.45 0.97 0 0.38
HSL 271.97º 0.94% 0.32% -
HSV(B) 271.97º 0.97% 0.62% -
XYZ 9.98 4.52 32.25 -
YUV 46.55 190.34 156.14 -
System Red Green Blue C M Y K H S L
Decimal 86 5 157 0.45 0.97 0 0.38 271.97 0.94 0.32
Hex 56 5 9D 2D 61 0 26 110 5E 20
Octal 126 5 235 55 141 0 46 420 136 40
Binary 1010110 101 10011101 101101 1100001 0 100110 100010000 1011110 100000

Color Harmonies of #56059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56059D

Black with #56059D

Text Example


Text Example

White with #56059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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