Html Css Color HEX #5C056A Indigo

📋 copy color: '#5C056A'

red 92 ◦ green 5 ◦ blue 106

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

Shades of Indigo #5C056A

Tints of Indigo #5C056A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 52.22%

R = 45.32%
G = 2.46%
B = 52.22%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5C056A (or 0x5C056A) is known color: Indigo. HEX triplet: 5C, 05 and 6A. RGB value is (92,5,106). Sum of RGB (Red+Green+Blue) = 92+5+106=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #5C056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C056A is #A3FA95. Grayscale: #2A2A2A. Windows color (decimal): -10746518 or 6948188. OLE color: 6948188.

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

Color convert

RGB 92 5 106 -
CMYK 0.13 0.95 0 0.58
HSL 291.68º 0.91% 0.22% -
HSV(B) 291.68º 0.95% 0.42% -
XYZ 7.07 3.42 13.92 -
YUV 42.53 163.82 163.29 -
System Red Green Blue C M Y K H S L
Decimal 92 5 106 0.13 0.95 0 0.58 291.68 0.91 0.22
Hex 5C 5 6A D 5F 0 3A 124 5B 16
Octal 134 5 152 15 137 0 72 444 133 26
Binary 1011100 101 1101010 1101 1011111 0 111010 100100100 1011011 10110

Color Harmonies of #5C056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C056A

Black with #5C056A

Text Example


Text Example

White with #5C056A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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