Html Css Color HEX #5C006E Indigo

📋 copy color: '#5C006E'

red 92 ◦ green 0 ◦ blue 110

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

Shades of Indigo #5C006E

Tints of Indigo #5C006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.54%
G = 0%
B = 54.46%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5C006E (or 0x5C006E) is known color: Indigo. HEX triplet: 5C, 00 and 6E. RGB value is (92,0,110). Sum of RGB (Red+Green+Blue) = 92+0+110=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C006E is #A3FF91. Grayscale: #272727. Windows color (decimal): -10747794 or 7209052. OLE color: 7209052.

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

Color convert

RGB 92 0 110 -
CMYK 0.16 1 0 0.57
HSL 290.18º 1% 0.22% -
HSV(B) 290.18º 1% 0.43% -
XYZ 7.23 3.4 15.03 -
YUV 40.05 167.48 165.06 -
System Red Green Blue C M Y K H S L
Decimal 92 0 110 0.16 1 0 0.57 290.18 1 0.22
Hex 5C 0 6E 10 64 0 39 122 64 16
Octal 134 0 156 20 144 0 71 442 144 26
Binary 1011100 0 1101110 10000 1100100 0 111001 100100010 1100100 10110

Color Harmonies of #5C006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C006E

Black with #5C006E

Text Example


Text Example

White with #5C006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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