#55005F

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

Shades of Indigo #55005F

Tints of Indigo #55005F

Color information

#55005F (or 0x55005F) is unknown color: approx Indigo. HEX triplet: 55, 00 and 5F. RGB value is (85,0,95). Sum of RGB (Red+Green+Blue) = 85+0+95=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #55005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55005F is #AAFFA0. Grayscale: #232323. Windows color (decimal): -11206561 or 6226005. OLE color: 6226005.

HSL color Cylindrical-coordinate representation of color #55005F: hue angle of 293.68º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55005F is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB85095-
CMYK0.11100.63
HSL293.68º100%18.63%-
HSV(B)293.68º100%37.25%-
XYZ5.812.7611.05-
YUV36.24161.16162.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 52.78%
R=47.22%
G=0%
B=52.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal850950.11100.63293.6810018.63
Hex5505FB6403F1266413
Octal12501371314407744614423
Binary101010101011111101111001000111111100100110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55005F; }

 p { color: rgb(85,0,95); }

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

<style>
 a { background-color: #55005F; }

 a { background-color: rgb(85,0,95); }

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

<style>
 span { border-color: #55005F; }

 span { border-color: rgb(85,0,95); }

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