#5A167B

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

Shades of Indigo #5A167B

Tints of Indigo #5A167B

Color information

#5A167B (or 0x5A167B) is unknown color: approx Indigo. HEX triplet: 5A, 16 and 7B. RGB value is (90,22,123). Sum of RGB (Red+Green+Blue) = 90+22+123=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A167B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A167B is #A5E984. Grayscale: #353535. Windows color (decimal): -10873221 or 8066650. OLE color: 8066650.

HSL color Cylindrical-coordinate representation of color #5A167B: hue angle of 280.4º degrees, saturation: 0.7, 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 #5A167B is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9022123-
CMYK0.270.8200.52
HSL280.4º69.66%28.43%-
HSV(B)280.4º82.11%48.24%-
XYZ8.084.1819.12-
YUV53.85167.03153.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.30%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 123 (48.44% from 255) = 52.34%
R=38.30%
G=9.36%
B=52.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90221230.270.8200.52280.469.6628.43
Hex5A167B1B52034118461c
Octal132261733312206443010634
Binary10110101011011110111101110100100110100100011000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A167B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,22,123); }

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

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

 a { background-color: rgb(90,22,123); }

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

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

 span { border-color: rgb(90,22,123); }

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