Html Css Color HEX #56059C Indigo

📋 copy color: '#56059C'

red 86 ◦ green 5 ◦ blue 156

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

Shades of Indigo #56059C

Tints of Indigo #56059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.16%

R = 34.82%
G = 2.02%
B = 63.16%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56059C (or 0x56059C) is known color: Indigo. HEX triplet: 56, 05 and 9C. RGB value is (86,5,156). Sum of RGB (Red+Green+Blue) = 86+5+156=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #56059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56059C is #A9FA63. Grayscale: #2D2D2D. Windows color (decimal): -11139684 or 10224982. OLE color: 10224982.

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

Color convert

RGB 86 5 156 -
CMYK 0.45 0.97 0 0.39
HSL 272.19º 0.94% 0.32% -
HSV(B) 272.19º 0.97% 0.61% -
XYZ 9.89 4.49 31.8 -
YUV 46.43 189.84 156.22 -
System Red Green Blue C M Y K H S L
Decimal 86 5 156 0.45 0.97 0 0.39 272.19 0.94 0.32
Hex 56 5 9C 2D 61 0 27 110 5E 20
Octal 126 5 234 55 141 0 47 420 136 40
Binary 1010110 101 10011100 101101 1100001 0 100111 100010000 1011110 100000

Color Harmonies of #56059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56059C

Black with #56059C

Text Example


Text Example

White with #56059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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