#5A069E

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

Shades of Indigo #5A069E

Tints of Indigo #5A069E

Color information

#5A069E (or 0x5A069E) is unknown color: approx Indigo. HEX triplet: 5A, 06 and 9E. RGB value is (90,6,158). Sum of RGB (Red+Green+Blue) = 90+6+158=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A069E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A069E is #A5F961. Grayscale: #2F2F2F. Windows color (decimal): -10877282 or 10356314. OLE color: 10356314.

HSL color Cylindrical-coordinate representation of color #5A069E: hue angle of 273.16º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A069E is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB906158-
CMYK0.430.9600.38
HSL273.16º92.68%32.16%-
HSV(B)273.16º96.2%61.96%-
XYZ10.454.7732.72-
YUV48.44189.83157.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.43%
GREEN value IS 6 (2.73% from 255) = 2.36%
BLUE value IS 158 (62.11% from 255) = 62.20%
R=35.43%
G=2.36%
B=62.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9061580.430.9600.38273.1692.6832.16
Hex5A69E2B600261115d20
Octal13262365314004642113540
Binary101101011010011110101011110000001001101000100011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A069E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,6,158); }

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

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

 a { background-color: rgb(90,6,158); }

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

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

 span { border-color: rgb(90,6,158); }

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