Html Css Color HEX #5A086B Indigo

📋 copy color: '#5A086B'

red 90 ◦ green 8 ◦ blue 107

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

Shades of Indigo #5A086B

Tints of Indigo #5A086B

RGB

 RED value IS 90 (35.55% from 255) = 43.9%

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

 BLUE value IS 107 (42.19% from 255) = 52.2%

R = 43.9%
G = 3.9%
B = 52.2%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5A086B (or 0x5A086B) is known color: Indigo. HEX triplet: 5A, 08 and 6B. RGB value is (90,8,107). Sum of RGB (Red+Green+Blue) = 90+8+107=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #5A086B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A086B is #A5F794. Grayscale: #2B2B2B. Windows color (decimal): -10876821 or 7014490. OLE color: 7014490.

HSL color Cylindrical-coordinate representation of color #5A086B: hue angle of 289.7º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A086B is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 8 107 -
CMYK 0.16 0.93 0 0.58
HSL 289.7º 0.86% 0.23% -
HSV(B) 289.7º 0.93% 0.42% -
XYZ 6.96 3.41 14.2 -
YUV 43.8 163.67 160.95 -
System Red Green Blue C M Y K H S L
Decimal 90 8 107 0.16 0.93 0 0.58 289.7 0.86 0.23
Hex 5A 8 6B 10 5D 0 3A 122 56 17
Octal 132 10 153 20 135 0 72 442 126 27
Binary 1011010 1000 1101011 10000 1011101 0 111010 100100010 1010110 10111

Color Harmonies of #5A086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A086B

Black with #5A086B

Text Example


Text Example

White with #5A086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A086B; }

 p { color: rgb(90,8,107); }

 H1.HeaderClassName
 {
   color: #5A086B;
 }
 .AnyTagClassName
 {
   color: #5A086B;
 }
</style>

background-color css

<style>
 a { background-color: #5A086B; }

 a { background-color: rgb(90,8,107); }

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

border-color css

<style>
 span { border-color: #5A086B; }

 span { border-color: rgb(90,8,107); }

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