#5C057B

Color #5C057B Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5C057B

Tints of Indigo #5C057B

Color information

#5C057B (or 0x5C057B) is unknown color: approx Indigo. HEX triplet: 5C, 05 and 7B. RGB value is (92,5,123). Sum of RGB (Red+Green+Blue) = 92+5+123=220 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.82% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C057B is #A3FA84. Grayscale: #2C2C2C. Windows color (decimal): -10746501 or 8062300. OLE color: 8062300.

HSL color Cylindrical-coordinate representation of color #5C057B: hue angle of 284.24º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C057B is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB925123-
CMYK0.250.9600.52
HSL284.24º92.19%25.1%-
HSV(B)284.24º95.93%48.24%-
XYZ8.043.8119.05-
YUV44.46172.32161.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.82%
GREEN value IS 5 (2.34% from 255) = 2.27%
BLUE value IS 123 (48.44% from 255) = 55.91%
R=41.82%
G=2.27%
B=55.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9251230.250.9600.52284.2492.1925.1
Hex5C57B196003411c5c19
Octal13451733114006443413431
Binary101110010111110111100111000000110100100011100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C057B;
 }
 .AnyTagClassName
 {
   color: #5C057B;
 }
</style>
background-color css

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

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

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

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

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

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