Html Css Color HEX #5900AE Indigo

📋 copy color: '#5900AE'

red 89 ◦ green 0 ◦ blue 174

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

Shades of Indigo #5900AE

Tints of Indigo #5900AE

RGB

 RED value IS 89 (35.16% from 255) = 33.84%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 174 (68.36% from 255) = 66.16%

R = 33.84%
G = 0%
B = 66.16%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5900AE (or 0x5900AE) is known color: Indigo. HEX triplet: 59, 00 and AE. RGB value is (89,0,174). Sum of RGB (Red+Green+Blue) = 89+0+174=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #5900AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5900AE is #A6FF51. Grayscale: #2D2D2D. Windows color (decimal): -10944338 or 11403353. OLE color: 11403353.

HSL color Cylindrical-coordinate representation of color #5900AE: hue angle of 270.69º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5900AE is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 0 174 -
CMYK 0.49 1 0 0.32
HSL 270.69º 1% 0.34% -
HSV(B) 270.69º 1% 0.68% -
XYZ 11.76 5.18 40.42 -
YUV 46.45 199.99 158.35 -
System Red Green Blue C M Y K H S L
Decimal 89 0 174 0.49 1 0 0.32 270.69 1 0.34
Hex 59 0 AE 31 64 0 20 10F 64 22
Octal 131 0 256 61 144 0 40 417 144 42
Binary 1011001 0 10101110 110001 1100100 0 100000 100001111 1100100 100010

Color Harmonies of #5900AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5900AE

Black with #5900AE

Text Example


Text Example

White with #5900AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5900AE; }

 p { color: rgb(89,0,174); }

 H1.HeaderClassName
 {
   color: #5900AE;
 }
 .AnyTagClassName
 {
   color: #5900AE;
 }
</style>

background-color css

<style>
 a { background-color: #5900AE; }

 a { background-color: rgb(89,0,174); }

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

border-color css

<style>
 span { border-color: #5900AE; }

 span { border-color: rgb(89,0,174); }

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