Html Css Color HEX #59056D Indigo

📋 copy color: '#59056D'

red 89 ◦ green 5 ◦ blue 109

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

Shades of Indigo #59056D

Tints of Indigo #59056D

RGB

 RED value IS 89 (35.16% from 255) = 43.84%

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

 BLUE value IS 109 (42.97% from 255) = 53.69%

R = 43.84%
G = 2.46%
B = 53.69%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#59056D (or 0x59056D) is known color: Indigo. HEX triplet: 59, 05 and 6D. RGB value is (89,5,109). Sum of RGB (Red+Green+Blue) = 89+5+109=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #59056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59056D is #A6FA92. Grayscale: #292929. Windows color (decimal): -10943123 or 7144793. OLE color: 7144793.

HSL color Cylindrical-coordinate representation of color #59056D: hue angle of 288.46º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #59056D is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 89 5 109 -
CMYK 0.18 0.95 0 0.57
HSL 288.46º 0.91% 0.22% -
HSV(B) 288.46º 0.95% 0.43% -
XYZ 6.93 3.34 14.75 -
YUV 41.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 89 5 109 0.18 0.95 0 0.57 288.46 0.91 0.22
Hex 59 5 6D 12 5F 0 39 120 5B 16
Octal 131 5 155 22 137 0 71 440 133 26
Binary 1011001 101 1101101 10010 1011111 0 111001 100100000 1011011 10110

Color Harmonies of #59056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59056D

Black with #59056D

Text Example


Text Example

White with #59056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59056D; }

 p { color: rgb(89,5,109); }

 H1.HeaderClassName
 {
   color: #59056D;
 }
 .AnyTagClassName
 {
   color: #59056D;
 }
</style>

background-color css

<style>
 a { background-color: #59056D; }

 a { background-color: rgb(89,5,109); }

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

border-color css

<style>
 span { border-color: #59056D; }

 span { border-color: rgb(89,5,109); }

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