#5A1085

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

Shades of Indigo #5A1085

Tints of Indigo #5A1085

Color information

#5A1085 (or 0x5A1085) is unknown color: approx Indigo. HEX triplet: 5A, 10 and 85. RGB value is (90,16,133). Sum of RGB (Red+Green+Blue) = 90+16+133=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A1085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1085 is #A5EF7A. Grayscale: #333333. Windows color (decimal): -10874747 or 8720474. OLE color: 8720474.

HSL color Cylindrical-coordinate representation of color #5A1085: hue angle of 277.95º degrees, saturation: 0.79, 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 #5A1085 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9016133-
CMYK0.320.8800.48
HSL277.95º78.52%29.22%-
HSV(B)277.95º87.97%52.16%-
XYZ8.644.2422.55-
YUV51.46174.02155.49-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.66%
GREEN value IS 16 (6.64% from 255) = 6.69%
BLUE value IS 133 (52.34% from 255) = 55.65%
R=37.66%
G=6.69%
B=55.65%

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
Decimal90161330.320.8800.48277.9578.5229.22
Hex5A108520580301164f1d
Octal132202054013006042611735
Binary1011010100001000010110000010110000110000100010110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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