#5A088D

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

Shades of Indigo #5A088D

Tints of Indigo #5A088D

Color information

#5A088D (or 0x5A088D) is unknown color: approx Indigo. HEX triplet: 5A, 08 and 8D. RGB value is (90,8,141). Sum of RGB (Red+Green+Blue) = 90+8+141=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A088D is #A5F772. Grayscale: #2F2F2F. Windows color (decimal): -10876787 or 9242714. OLE color: 9242714.

HSL color Cylindrical-coordinate representation of color #5A088D: hue angle of 276.99º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A088D is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB908141-
CMYK0.360.9400.45
HSL276.99º89.26%29.22%-
HSV(B)276.99º94.33%55.29%-
XYZ9.114.2725.54-
YUV47.68180.67158.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.66%
GREEN value IS 8 (3.52% from 255) = 3.35%
BLUE value IS 141 (55.47% from 255) = 59.00%
R=37.66%
G=3.35%
B=59.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9081410.360.9400.45276.9989.2629.22
Hex5A88D245E02D115591d
Octal132102154413605542513135
Binary101101010001000110110010010111100101101100010101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A088D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,8,141); }

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

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

 a { background-color: rgb(90,8,141); }

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

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

 span { border-color: rgb(90,8,141); }

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