Html Css Color HEX #5C006F Indigo

📋 copy color: '#5C006F'

red 92 ◦ green 0 ◦ blue 111

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

Shades of Indigo #5C006F

Tints of Indigo #5C006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 54.68%

R = 45.32%
G = 0%
B = 54.68%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5C006F (or 0x5C006F) is known color: Indigo. HEX triplet: 5C, 00 and 6F. RGB value is (92,0,111). Sum of RGB (Red+Green+Blue) = 92+0+111=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #5C006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C006F is #A3FF90. Grayscale: #272727. Windows color (decimal): -10747793 or 7274588. OLE color: 7274588.

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

Color convert

RGB 92 0 111 -
CMYK 0.17 1 0 0.56
HSL 289.73º 1% 0.22% -
HSV(B) 289.73º 1% 0.44% -
XYZ 7.28 3.42 15.32 -
YUV 40.16 167.98 164.97 -
System Red Green Blue C M Y K H S L
Decimal 92 0 111 0.17 1 0 0.56 289.73 1 0.22
Hex 5C 0 6F 11 64 0 38 122 64 16
Octal 134 0 157 21 144 0 70 442 144 26
Binary 1011100 0 1101111 10001 1100100 0 111000 100100010 1100100 10110

Color Harmonies of #5C006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C006F

Black with #5C006F

Text Example


Text Example

White with #5C006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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