Html Css Color HEX #5C056E Indigo

📋 copy color: '#5C056E'

red 92 ◦ green 5 ◦ blue 110

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

Shades of Indigo #5C056E

Tints of Indigo #5C056E

RGB

 RED value IS 92 (36.33% from 255) = 44.44%

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

 BLUE value IS 110 (43.36% from 255) = 53.14%

R = 44.44%
G = 2.42%
B = 53.14%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5C056E (or 0x5C056E) is known color: Indigo. HEX triplet: 5C, 05 and 6E. RGB value is (92,5,110). Sum of RGB (Red+Green+Blue) = 92+5+110=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C056E is #A3FA91. Grayscale: #2A2A2A. Windows color (decimal): -10746514 or 7210332. OLE color: 7210332.

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

Color convert

RGB 92 5 110 -
CMYK 0.16 0.95 0 0.57
HSL 289.71º 0.91% 0.23% -
HSV(B) 289.71º 0.95% 0.43% -
XYZ 7.28 3.51 15.05 -
YUV 42.98 165.82 162.96 -
System Red Green Blue C M Y K H S L
Decimal 92 5 110 0.16 0.95 0 0.57 289.71 0.91 0.23
Hex 5C 5 6E 10 5F 0 39 122 5B 17
Octal 134 5 156 20 137 0 71 442 133 27
Binary 1011100 101 1101110 10000 1011111 0 111001 100100010 1011011 10111

Color Harmonies of #5C056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C056E

Black with #5C056E

Text Example


Text Example

White with #5C056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,5,110); }

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

background-color css

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

 a { background-color: rgb(92,5,110); }

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

border-color css

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

 span { border-color: rgb(92,5,110); }

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