Html Css Color HEX #56059B Indigo

📋 copy color: '#56059B'

red 86 ◦ green 5 ◦ blue 155

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

Shades of Indigo #56059B

Tints of Indigo #56059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.01%

R = 34.96%
G = 2.03%
B = 63.01%

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

#56059B (or 0x56059B) is known color: Indigo. HEX triplet: 56, 05 and 9B. RGB value is (86,5,155). Sum of RGB (Red+Green+Blue) = 86+5+155=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #56059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56059B is #A9FA64. Grayscale: #2D2D2D. Windows color (decimal): -11139685 or 10159446. OLE color: 10159446.

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

Color convert

RGB 86 5 155 -
CMYK 0.45 0.97 0 0.39
HSL 272.4º 0.94% 0.31% -
HSV(B) 272.4º 0.97% 0.61% -
XYZ 9.81 4.45 31.35 -
YUV 46.32 189.34 156.3 -
System Red Green Blue C M Y K H S L
Decimal 86 5 155 0.45 0.97 0 0.39 272.4 0.94 0.31
Hex 56 5 9B 2D 61 0 27 110 5E 1F
Octal 126 5 233 55 141 0 47 420 136 37
Binary 1010110 101 10011011 101101 1100001 0 100111 100010000 1011110 11111

Color Harmonies of #56059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56059B

Black with #56059B

Text Example


Text Example

White with #56059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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