#5C06AA

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

Shades of Indigo #5C06AA

Tints of Indigo #5C06AA

Color information

#5C06AA (or 0x5C06AA) is unknown color: approx Indigo. HEX triplet: 5C, 06 and AA. RGB value is (92,6,170). Sum of RGB (Red+Green+Blue) = 92+6+170=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C06AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C06AA is #A3F955. Grayscale: #313131. Windows color (decimal): -10746198 or 11142748. OLE color: 11142748.

HSL color Cylindrical-coordinate representation of color #5C06AA: hue angle of 271.46º 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 #5C06AA is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB926170-
CMYK0.460.9600.33
HSL271.46º93.18%34.51%-
HSV(B)271.46º96.47%66.67%-
XYZ11.735.3138.44-
YUV50.41195.49157.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.33%
GREEN value IS 6 (2.73% from 255) = 2.24%
BLUE value IS 170 (66.80% from 255) = 63.43%
R=34.33%
G=2.24%
B=63.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9261700.460.9600.33271.4693.1834.51
Hex5C6AA2E6002110f5d23
Octal13462525614004141713543
Binary101110011010101010101110110000001000011000011111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C06AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C06AA; }

 p { color: rgb(92,6,170); }

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

<style>
 a { background-color: #5C06AA; }

 a { background-color: rgb(92,6,170); }

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

<style>
 span { border-color: #5C06AA; }

 span { border-color: rgb(92,6,170); }

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