#5A188C

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

Shades of Indigo #5A188C

Tints of Indigo #5A188C

Color information

#5A188C (or 0x5A188C) is unknown color: approx Indigo. HEX triplet: 5A, 18 and 8C. RGB value is (90,24,140). Sum of RGB (Red+Green+Blue) = 90+24+140=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A188C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A188C is #A5E773. Grayscale: #383838. Windows color (decimal): -10872692 or 9181274. OLE color: 9181274.

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

Color convert

RGB9024140-
CMYK0.360.8300.45
HSL274.14º70.73%32.16%-
HSV(B)274.14º82.86%54.9%-
XYZ9.284.7225.23-
YUV56.96174.87151.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.43%
GREEN value IS 24 (9.77% from 255) = 9.45%
BLUE value IS 140 (55.08% from 255) = 55.12%
R=35.43%
G=9.45%
B=55.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90241400.360.8300.45274.1470.7332.16
Hex5A188C245302D1124720
Octal132302144412305542210740
Binary10110101100010001100100100101001101011011000100101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A188C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,24,140); }

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

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

 a { background-color: rgb(90,24,140); }

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

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

 span { border-color: rgb(90,24,140); }

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