#56058E

Color #56058E Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #56058E

Tints of Indigo #56058E

Color information

#56058E (or 0x56058E) is unknown color: approx Indigo. HEX triplet: 56, 05 and 8E. RGB value is (86,5,142). Sum of RGB (Red+Green+Blue) = 86+5+142=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #56058E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56058E is #A9FA71. Grayscale: #2C2C2C. Windows color (decimal): -11139698 or 9307478. OLE color: 9307478.

HSL color Cylindrical-coordinate representation of color #56058E: hue angle of 275.47º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #56058E is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB865142-
CMYK0.390.9600.44
HSL275.47º93.2%28.82%-
HSV(B)275.47º96.48%55.69%-
XYZ8.774.0425.91-
YUV44.84182.84157.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.91%
GREEN value IS 5 (2.34% from 255) = 2.15%
BLUE value IS 142 (55.86% from 255) = 60.94%
R=36.91%
G=2.15%
B=60.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8651420.390.9600.44275.4793.228.82
Hex5658E276002C1135d1d
Octal12652164714005442313535
Binary10101101011000111010011111000000101100100010011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #56058E;
 }
 .AnyTagClassName
 {
   color: #56058E;
 }
</style>
background-color css

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

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

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

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

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

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