Html Css Color HEX #5304AA Indigo

📋 copy color: '#5304AA'

red 83 ◦ green 4 ◦ blue 170

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

Shades of Indigo #5304AA

Tints of Indigo #5304AA

RGB

 RED value IS 83 (32.81% from 255) = 32.3%

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

 BLUE value IS 170 (66.8% from 255) = 66.15%

R = 32.3%
G = 1.56%
B = 66.15%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5304AA (or 0x5304AA) is known color: Indigo. HEX triplet: 53, 04 and AA. RGB value is (83,4,170). Sum of RGB (Red+Green+Blue) = 83+4+170=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #5304AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5304AA is #ACFB55. Grayscale: #2D2D2D. Windows color (decimal): -11336534 or 11142227. OLE color: 11142227.

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

Color convert

RGB 83 4 170 -
CMYK 0.51 0.98 0 0.33
HSL 268.55º 0.95% 0.34% -
HSV(B) 268.55º 0.98% 0.67% -
XYZ 10.87 4.83 38.39 -
YUV 46.55 197.67 154 -
System Red Green Blue C M Y K H S L
Decimal 83 4 170 0.51 0.98 0 0.33 268.55 0.95 0.34
Hex 53 4 AA 33 62 0 21 10D 5F 22
Octal 123 4 252 63 142 0 41 415 137 42
Binary 1010011 100 10101010 110011 1100010 0 100001 100001101 1011111 100010

Color Harmonies of #5304AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5304AA

Black with #5304AA

Text Example


Text Example

White with #5304AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5304AA; }

 p { color: rgb(83,4,170); }

 H1.HeaderClassName
 {
   color: #5304AA;
 }
 .AnyTagClassName
 {
   color: #5304AA;
 }
</style>

background-color css

<style>
 a { background-color: #5304AA; }

 a { background-color: rgb(83,4,170); }

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

border-color css

<style>
 span { border-color: #5304AA; }

 span { border-color: rgb(83,4,170); }

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