#551092

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

Shades of Indigo #551092

Tints of Indigo #551092

Color information

#551092 (or 0x551092) is unknown color: approx Indigo. HEX triplet: 55, 10 and 92. RGB value is (85,16,146). Sum of RGB (Red+Green+Blue) = 85+16+146=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #551092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551092 is #AAEF6D. Grayscale: #333333. Windows color (decimal): -11202414 or 9572437. OLE color: 9572437.

HSL color Cylindrical-coordinate representation of color #551092: hue angle of 271.85º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551092 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8516146-
CMYK0.420.8900.43
HSL271.85º80.25%31.76%-
HSV(B)271.85º89.04%57.25%-
XYZ9.124.3827.56-
YUV51.45181.36151.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 16 (6.64% from 255) = 6.48%
BLUE value IS 146 (57.42% from 255) = 59.11%
R=34.41%
G=6.48%
B=59.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85161460.420.8900.43271.8580.2531.76
Hex5510922A5902B1105020
Octal125202225213105342012040
Binary10101011000010010010101010101100101010111000100001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551092; }

 p { color: rgb(85,16,146); }

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

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

 a { background-color: rgb(85,16,146); }

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

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

 span { border-color: rgb(85,16,146); }

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