#5A1084

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

Shades of Indigo #5A1084

Tints of Indigo #5A1084

Color information

#5A1084 (or 0x5A1084) is unknown color: approx Indigo. HEX triplet: 5A, 10 and 84. RGB value is (90,16,132). Sum of RGB (Red+Green+Blue) = 90+16+132=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A1084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1084 is #A5EF7B. Grayscale: #323232. Windows color (decimal): -10874748 or 8654938. OLE color: 8654938.

HSL color Cylindrical-coordinate representation of color #5A1084: hue angle of 278.28º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A1084 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9016132-
CMYK0.320.8800.48
HSL278.28º78.38%29.02%-
HSV(B)278.28º87.88%51.76%-
XYZ8.574.2122.19-
YUV51.35173.52155.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.82%
GREEN value IS 16 (6.64% from 255) = 6.72%
BLUE value IS 132 (51.95% from 255) = 55.46%
R=37.82%
G=6.72%
B=55.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal90161320.320.8800.48278.2878.3829.02
Hex5A108420580301164e1d
Octal132202044013006042611635
Binary1011010100001000010010000010110000110000100010110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,16,132); }

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

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

 a { background-color: rgb(90,16,132); }

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

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

 span { border-color: rgb(90,16,132); }

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