Html Css Color HEX #5A089E Indigo

📋 copy color: '#5A089E'

red 90 ◦ green 8 ◦ blue 158

#5A089E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #5A089E

Tints of Indigo #5A089E

RGB

 RED value IS 90 (35.55% from 255) = 35.16%

 GREEN value IS 8 (3.52% from 255) = 3.13%

 BLUE value IS 158 (62.11% from 255) = 61.72%

R = 35.16%
G = 3.13%
B = 61.72%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A089E (or 0x5A089E) is known color: Indigo. HEX triplet: 5A, 08 and 9E. RGB value is (90,8,158). Sum of RGB (Red+Green+Blue) = 90+8+158=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A089E is #A5F761. Grayscale: #313131. Windows color (decimal): -10876770 or 10356826. OLE color: 10356826.

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

Color convert

RGB 90 8 158 -
CMYK 0.43 0.95 0 0.38
HSL 272.8º 0.9% 0.33% -
HSV(B) 272.8º 0.95% 0.62% -
XYZ 10.47 4.82 32.73 -
YUV 49.62 189.17 156.8 -
System Red Green Blue C M Y K H S L
Decimal 90 8 158 0.43 0.95 0 0.38 272.8 0.9 0.33
Hex 5A 8 9E 2B 5F 0 26 111 5A 21
Octal 132 10 236 53 137 0 46 421 132 41
Binary 1011010 1000 10011110 101011 1011111 0 100110 100010001 1011010 100001

Color Harmonies of #5A089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A089E

Black with #5A089E

Text Example


Text Example

White with #5A089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A089E;
 }
 .AnyTagClassName
 {
   color: #5A089E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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