Html Css Color HEX #5904AC Indigo

📋 copy color: '#5904AC'

red 89 ◦ green 4 ◦ blue 172

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

Shades of Indigo #5904AC

Tints of Indigo #5904AC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.51%

 BLUE value IS 172 (67.58% from 255) = 64.91%

R = 33.58%
G = 1.51%
B = 64.91%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5904AC (or 0x5904AC) is known color: Indigo. HEX triplet: 59, 04 and AC. RGB value is (89,4,172). Sum of RGB (Red+Green+Blue) = 89+4+172=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #5904AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5904AC is #A6FB53. Grayscale: #2F2F2F. Windows color (decimal): -10943316 or 11273305. OLE color: 11273305.

HSL color Cylindrical-coordinate representation of color #5904AC: hue angle of 270.36º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5904AC is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 4 172 -
CMYK 0.48 0.98 0 0.33
HSL 270.36º 0.95% 0.35% -
HSV(B) 270.36º 0.98% 0.67% -
XYZ 11.61 5.19 39.42 -
YUV 48.57 197.66 156.84 -
System Red Green Blue C M Y K H S L
Decimal 89 4 172 0.48 0.98 0 0.33 270.36 0.95 0.35
Hex 59 4 AC 30 62 0 21 10E 5F 23
Octal 131 4 254 60 142 0 41 416 137 43
Binary 1011001 100 10101100 110000 1100010 0 100001 100001110 1011111 100011

Color Harmonies of #5904AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5904AC

Black with #5904AC

Text Example


Text Example

White with #5904AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5904AC; }

 p { color: rgb(89,4,172); }

 H1.HeaderClassName
 {
   color: #5904AC;
 }
 .AnyTagClassName
 {
   color: #5904AC;
 }
</style>

background-color css

<style>
 a { background-color: #5904AC; }

 a { background-color: rgb(89,4,172); }

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

border-color css

<style>
 span { border-color: #5904AC; }

 span { border-color: rgb(89,4,172); }

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