Html Css Color HEX #5708AA Indigo

📋 copy color: '#5708AA'

red 87 ◦ green 8 ◦ blue 170

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

Shades of Indigo #5708AA

Tints of Indigo #5708AA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.02%

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

R = 32.83%
G = 3.02%
B = 64.15%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5708AA (or 0x5708AA) is known color: Indigo. HEX triplet: 57, 08 and AA. RGB value is (87,8,170). Sum of RGB (Red+Green+Blue) = 87+8+170=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #5708AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5708AA is #A8F755. Grayscale: #313131. Windows color (decimal): -11073366 or 11143255. OLE color: 11143255.

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

Color convert

RGB 87 8 170 -
CMYK 0.49 0.95 0 0.33
HSL 269.26º 0.91% 0.35% -
HSV(B) 269.26º 0.95% 0.67% -
XYZ 11.27 5.1 38.42 -
YUV 50.09 195.67 154.33 -
System Red Green Blue C M Y K H S L
Decimal 87 8 170 0.49 0.95 0 0.33 269.26 0.91 0.35
Hex 57 8 AA 31 5F 0 21 10D 5B 23
Octal 127 10 252 61 137 0 41 415 133 43
Binary 1010111 1000 10101010 110001 1011111 0 100001 100001101 1011011 100011

Color Harmonies of #5708AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5708AA

Black with #5708AA

Text Example


Text Example

White with #5708AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,8,170); }

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

background-color css

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

 a { background-color: rgb(87,8,170); }

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

border-color css

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

 span { border-color: rgb(87,8,170); }

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