Html Css Color HEX #5702AC Indigo

📋 copy color: '#5702AC'

red 87 ◦ green 2 ◦ blue 172

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

Shades of Indigo #5702AC

Tints of Indigo #5702AC

RGB

 RED value IS 87 (34.38% from 255) = 33.33%

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 33.33%
G = 0.77%
B = 65.9%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5702AC (or 0x5702AC) is known color: Indigo. HEX triplet: 57, 02 and AC. RGB value is (87,2,172). Sum of RGB (Red+Green+Blue) = 87+2+172=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #5702AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5702AC is #A8FD53. Grayscale: #2E2E2E. Windows color (decimal): -11074900 or 11272791. OLE color: 11272791.

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

Color convert

RGB 87 2 172 -
CMYK 0.49 0.99 0 0.33
HSL 270º 0.98% 0.34% -
HSV(B) 270º 0.99% 0.67% -
XYZ 11.4 5.05 39.4 -
YUV 46.8 198.66 156.68 -
System Red Green Blue C M Y K H S L
Decimal 87 2 172 0.49 0.99 0 0.33 270 0.98 0.34
Hex 57 2 AC 31 63 0 21 10E 62 22
Octal 127 2 254 61 143 0 41 416 142 42
Binary 1010111 10 10101100 110001 1100011 0 100001 100001110 1100010 100010

Color Harmonies of #5702AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5702AC

Black with #5702AC

Text Example


Text Example

White with #5702AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,2,172); }

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

background-color css

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

 a { background-color: rgb(87,2,172); }

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

border-color css

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

 span { border-color: rgb(87,2,172); }

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