Html Css Color HEX #5E057B Indigo

📋 copy color: '#5E057B'

red 94 ◦ green 5 ◦ blue 123

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

Shades of Indigo #5E057B

Tints of Indigo #5E057B

RGB

 RED value IS 94 (37.11% from 255) = 42.34%

 GREEN value IS 5 (2.34% from 255) = 2.25%

 BLUE value IS 123 (48.44% from 255) = 55.41%

R = 42.34%
G = 2.25%
B = 55.41%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5E057B (or 0x5E057B) is known color: Indigo. HEX triplet: 5E, 05 and 7B. RGB value is (94,5,123). Sum of RGB (Red+Green+Blue) = 94+5+123=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E057B is #A1FA84. Grayscale: #2C2C2C. Windows color (decimal): -10615429 or 8062302. OLE color: 8062302.

HSL color Cylindrical-coordinate representation of color #5E057B: hue angle of 285.25º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E057B is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 94 5 123 -
CMYK 0.24 0.96 0 0.52
HSL 285.25º 0.92% 0.25% -
HSV(B) 285.25º 0.96% 0.48% -
XYZ 8.25 3.92 19.06 -
YUV 45.06 171.99 162.91 -
System Red Green Blue C M Y K H S L
Decimal 94 5 123 0.24 0.96 0 0.52 285.25 0.92 0.25
Hex 5E 5 7B 18 60 0 34 11D 5C 19
Octal 136 5 173 30 140 0 64 435 134 31
Binary 1011110 101 1111011 11000 1100000 0 110100 100011101 1011100 11001

Color Harmonies of #5E057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E057B

Black with #5E057B

Text Example


Text Example

White with #5E057B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,5,123); }

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

background-color css

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

 a { background-color: rgb(94,5,123); }

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

border-color css

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

 span { border-color: rgb(94,5,123); }

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