Html Css Color HEX #56058B Indigo

📋 copy color: '#56058B'

red 86 ◦ green 5 ◦ blue 139

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

Shades of Indigo #56058B

Tints of Indigo #56058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 60.43%

R = 37.39%
G = 2.17%
B = 60.43%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56058B (or 0x56058B) is known color: Indigo. HEX triplet: 56, 05 and 8B. RGB value is (86,5,139). Sum of RGB (Red+Green+Blue) = 86+5+139=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #56058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56058B is #A9FA74. Grayscale: #2C2C2C. Windows color (decimal): -11139701 or 9110870. OLE color: 9110870.

HSL color Cylindrical-coordinate representation of color #56058B: hue angle of 276.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #56058B is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 5 139 -
CMYK 0.38 0.96 0 0.45
HSL 276.27º 0.93% 0.28% -
HSV(B) 276.27º 0.96% 0.55% -
XYZ 8.55 3.95 24.74 -
YUV 44.5 181.34 157.6 -
System Red Green Blue C M Y K H S L
Decimal 86 5 139 0.38 0.96 0 0.45 276.27 0.93 0.28
Hex 56 5 8B 26 60 0 2D 114 5D 1C
Octal 126 5 213 46 140 0 55 424 135 34
Binary 1010110 101 10001011 100110 1100000 0 101101 100010100 1011101 11100

Color Harmonies of #56058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56058B

Black with #56058B

Text Example


Text Example

White with #56058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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