#551574

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

Shades of Indigo #551574

Tints of Indigo #551574

Color information

#551574 (or 0x551574) is unknown color: approx Indigo. HEX triplet: 55, 15 and 74. RGB value is (85,21,116). Sum of RGB (Red+Green+Blue) = 85+21+116=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #551574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551574 is #AAEA8B. Grayscale: #323232. Windows color (decimal): -11201164 or 7607637. OLE color: 7607637.

HSL color Cylindrical-coordinate representation of color #551574: hue angle of 280.42º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551574 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8521116-
CMYK0.270.8200.55
HSL280.42º69.34%26.86%-
HSV(B)280.42º81.9%45.49%-
XYZ7.173.7316.86-
YUV50.97164.7152.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 21 (8.59% from 255) = 9.46%
BLUE value IS 116 (45.70% from 255) = 52.25%
R=38.29%
G=9.46%
B=52.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85211160.270.8200.55280.4269.3426.86
Hex5515741B52037118451b
Octal125251643312206743010533
Binary10101011010111101001101110100100110111100011000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551574; }

 p { color: rgb(85,21,116); }

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

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

 a { background-color: rgb(85,21,116); }

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

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

 span { border-color: rgb(85,21,116); }

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