#5C167A

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

Shades of Indigo #5C167A

Tints of Indigo #5C167A

Color information

#5C167A (or 0x5C167A) is unknown color: approx Indigo. HEX triplet: 5C, 16 and 7A. RGB value is (92,22,122). Sum of RGB (Red+Green+Blue) = 92+22+122=236 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.98% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C167A is #A3E985. Grayscale: #363636. Windows color (decimal): -10742150 or 8001116. OLE color: 8001116.

HSL color Cylindrical-coordinate representation of color #5C167A: hue angle of 282º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C167A is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9222122-
CMYK0.250.8200.52
HSL282º69.44%28.24%-
HSV(B)282º81.97%47.84%-
XYZ8.214.2518.8-
YUV54.33166.19154.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.98%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 122 (48.05% from 255) = 51.69%
R=38.98%
G=9.32%
B=51.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal92221220.250.8200.5228269.4428.24
Hex5C167A195203411a451c
Octal134261723112206443210534
Binary10111001011011110101100110100100110100100011010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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