#5806AB

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

Shades of Indigo #5806AB

Tints of Indigo #5806AB

Color information

#5806AB (or 0x5806AB) is unknown color: approx Indigo. HEX triplet: 58, 06 and AB. RGB value is (88,6,171). Sum of RGB (Red+Green+Blue) = 88+6+171=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #5806AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5806AB is #A7F954. Grayscale: #303030. Windows color (decimal): -11008341 or 11208280. OLE color: 11208280.

HSL color Cylindrical-coordinate representation of color #5806AB: hue angle of 269.82º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5806AB is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB886171-
CMYK0.490.9600.33
HSL269.82º93.22%34.71%-
HSV(B)269.82º96.49%67.06%-
XYZ11.445.1538.92-
YUV49.33196.67155.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.21%
GREEN value IS 6 (2.73% from 255) = 2.26%
BLUE value IS 171 (67.19% from 255) = 64.53%
R=33.21%
G=2.26%
B=64.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8861710.490.9600.33269.8293.2234.71
Hex586AB316002110e5d23
Octal13062536114004141613543
Binary101100011010101011110001110000001000011000011101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5806AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5806AB; }

 p { color: rgb(88,6,171); }

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

<style>
 a { background-color: #5806AB; }

 a { background-color: rgb(88,6,171); }

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

<style>
 span { border-color: #5806AB; }

 span { border-color: rgb(88,6,171); }

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