Html Css Color HEX #5706AC Indigo

📋 copy color: '#5706AC'

red 87 ◦ green 6 ◦ blue 172

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

Shades of Indigo #5706AC

Tints of Indigo #5706AC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

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

R = 32.83%
G = 2.26%
B = 64.91%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5706AC (or 0x5706AC) is known color: Indigo. HEX triplet: 57, 06 and AC. RGB value is (87,6,172). Sum of RGB (Red+Green+Blue) = 87+6+172=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 6 (2.73% from 255 or 2.26% 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 #5706AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5706AC is #A8F953. Grayscale: #303030. Windows color (decimal): -11073876 or 11273815. OLE color: 11273815.

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

Color convert

RGB 87 6 172 -
CMYK 0.49 0.97 0 0.33
HSL 269.28º 0.93% 0.35% -
HSV(B) 269.28º 0.97% 0.67% -
XYZ 11.44 5.14 39.42 -
YUV 49.14 197.34 155 -
System Red Green Blue C M Y K H S L
Decimal 87 6 172 0.49 0.97 0 0.33 269.28 0.93 0.35
Hex 57 6 AC 31 61 0 21 10D 5D 23
Octal 127 6 254 61 141 0 41 415 135 43
Binary 1010111 110 10101100 110001 1100001 0 100001 100001101 1011101 100011

Color Harmonies of #5706AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5706AC

Black with #5706AC

Text Example


Text Example

White with #5706AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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