Html Css Color HEX #5C06AB Indigo

📋 copy color: '#5C06AB'

red 92 ◦ green 6 ◦ blue 171

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

Shades of Indigo #5C06AB

Tints of Indigo #5C06AB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.23%

 BLUE value IS 171 (67.19% from 255) = 63.57%

R = 34.2%
G = 2.23%
B = 63.57%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C06AB (or 0x5C06AB) is known color: Indigo. HEX triplet: 5C, 06 and AB. RGB value is (92,6,171). Sum of RGB (Red+Green+Blue) = 92+6+171=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C06AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C06AB is #A3F954. Grayscale: #313131. Windows color (decimal): -10746197 or 11208284. OLE color: 11208284.

HSL color Cylindrical-coordinate representation of color #5C06AB: hue angle of 271.27º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C06AB is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 6 171 -
CMYK 0.46 0.96 0 0.33
HSL 271.27º 0.93% 0.35% -
HSV(B) 271.27º 0.96% 0.67% -
XYZ 11.83 5.35 38.94 -
YUV 50.52 195.99 157.58 -
System Red Green Blue C M Y K H S L
Decimal 92 6 171 0.46 0.96 0 0.33 271.27 0.93 0.35
Hex 5C 6 AB 2E 60 0 21 10F 5D 23
Octal 134 6 253 56 140 0 41 417 135 43
Binary 1011100 110 10101011 101110 1100000 0 100001 100001111 1011101 100011

Color Harmonies of #5C06AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C06AB

Black with #5C06AB

Text Example


Text Example

White with #5C06AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,6,171); }

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

background-color css

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

 a { background-color: rgb(92,6,171); }

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

border-color css

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

 span { border-color: rgb(92,6,171); }

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