Html Css Color HEX #5607AA Indigo

📋 copy color: '#5607AA'

red 86 ◦ green 7 ◦ blue 170

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

Shades of Indigo #5607AA

Tints of Indigo #5607AA

RGB

 RED value IS 86 (33.98% from 255) = 32.7%

 GREEN value IS 7 (3.13% from 255) = 2.66%

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

R = 32.7%
G = 2.66%
B = 64.64%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5607AA (or 0x5607AA) is known color: Indigo. HEX triplet: 56, 07 and AA. RGB value is (86,7,170). Sum of RGB (Red+Green+Blue) = 86+7+170=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #5607AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5607AA is #A9F855. Grayscale: #303030. Windows color (decimal): -11139158 or 11142998. OLE color: 11142998.

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

Color convert

RGB 86 7 170 -
CMYK 0.49 0.96 0 0.33
HSL 269.08º 0.92% 0.35% -
HSV(B) 269.08º 0.96% 0.67% -
XYZ 11.17 5.03 38.41 -
YUV 49.2 196.17 154.25 -
System Red Green Blue C M Y K H S L
Decimal 86 7 170 0.49 0.96 0 0.33 269.08 0.92 0.35
Hex 56 7 AA 31 60 0 21 10D 5C 23
Octal 126 7 252 61 140 0 41 415 134 43
Binary 1010110 111 10101010 110001 1100000 0 100001 100001101 1011100 100011

Color Harmonies of #5607AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5607AA

Black with #5607AA

Text Example


Text Example

White with #5607AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,7,170); }

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

background-color css

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

 a { background-color: rgb(86,7,170); }

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

border-color css

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

 span { border-color: rgb(86,7,170); }

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