#5C168A

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

Shades of Indigo #5C168A

Tints of Indigo #5C168A

Color information

#5C168A (or 0x5C168A) is unknown color: approx Indigo. HEX triplet: 5C, 16 and 8A. RGB value is (92,22,138). Sum of RGB (Red+Green+Blue) = 92+22+138=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #5C168A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C168A is #A3E975. Grayscale: #373737. Windows color (decimal): -10742134 or 9049692. OLE color: 9049692.

HSL color Cylindrical-coordinate representation of color #5C168A: hue angle of 276.21º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C168A is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9222138-
CMYK0.330.8400.46
HSL276.21º72.5%31.37%-
HSV(B)276.21º84.06%54.12%-
XYZ9.294.6824.46-
YUV56.15174.19153.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.51%
GREEN value IS 22 (8.98% from 255) = 8.73%
BLUE value IS 138 (54.30% from 255) = 54.76%
R=36.51%
G=8.73%
B=54.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal92221380.330.8400.46276.2172.531.37
Hex5C168A215402E114481f
Octal134262124112405642411037
Binary1011100101101000101010000110101000101110100010100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,22,138); }

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

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

 a { background-color: rgb(92,22,138); }

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

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

 span { border-color: rgb(92,22,138); }

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