Html Css Color HEX #5E0569 Indigo

📋 copy color: '#5E0569'

red 94 ◦ green 5 ◦ blue 105

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

Shades of Indigo #5E0569

Tints of Indigo #5E0569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 51.47%

R = 46.08%
G = 2.45%
B = 51.47%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5E0569 (or 0x5E0569) is known color: Indigo. HEX triplet: 5E, 05 and 69. RGB value is (94,5,105). Sum of RGB (Red+Green+Blue) = 94+5+105=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #5E0569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0569 is #A1FA96. Grayscale: #2A2A2A. Windows color (decimal): -10615447 or 6882654. OLE color: 6882654.

HSL color Cylindrical-coordinate representation of color #5E0569: hue angle of 293.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0569 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 94 5 105 -
CMYK 0.10 0.95 0 0.59
HSL 293.4º 0.91% 0.22% -
HSV(B) 293.4º 0.95% 0.41% -
XYZ 7.22 3.51 13.66 -
YUV 43.01 162.99 164.37 -
System Red Green Blue C M Y K H S L
Decimal 94 5 105 0.10 0.95 0 0.59 293.4 0.91 0.22
Hex 5E 5 69 A 5F 0 3B 125 5B 16
Octal 136 5 151 12 137 0 73 445 133 26
Binary 1011110 101 1101001 1010 1011111 0 111011 100100101 1011011 10110

Color Harmonies of #5E0569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0569

Black with #5E0569

Text Example


Text Example

White with #5E0569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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