Html Css Color HEX #5D0569 Indigo

📋 copy color: '#5D0569'

red 93 ◦ green 5 ◦ blue 105

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

Shades of Indigo #5D0569

Tints of Indigo #5D0569

RGB

 RED value IS 93 (36.72% from 255) = 45.81%

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

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

R = 45.81%
G = 2.46%
B = 51.72%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5D0569 (or 0x5D0569) is known color: Indigo. HEX triplet: 5D, 05 and 69. RGB value is (93,5,105). Sum of RGB (Red+Green+Blue) = 93+5+105=203 (26% of max value = 765). Red value is 93 (36.72% from 255 or 45.81% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #5D0569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0569 is #A2FA96. Grayscale: #2A2A2A. Windows color (decimal): -10680983 or 6882653. OLE color: 6882653.

HSL color Cylindrical-coordinate representation of color #5D0569: hue angle of 292.8º 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 #5D0569 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 93 5 105 -
CMYK 0.11 0.95 0 0.59
HSL 292.8º 0.91% 0.22% -
HSV(B) 292.8º 0.95% 0.41% -
XYZ 7.12 3.46 13.66 -
YUV 42.71 163.15 163.87 -
System Red Green Blue C M Y K H S L
Decimal 93 5 105 0.11 0.95 0 0.59 292.8 0.91 0.22
Hex 5D 5 69 B 5F 0 3B 125 5B 16
Octal 135 5 151 13 137 0 73 445 133 26
Binary 1011101 101 1101001 1011 1011111 0 111011 100100101 1011011 10110

Color Harmonies of #5D0569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0569

Black with #5D0569

Text Example


Text Example

White with #5D0569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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