#515580

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

Shades of Astronaut #515580

Tints of Astronaut #515580

Color information

#515580 (or 0x515580) is unknown color: approx Astronaut. HEX triplet: 51, 55 and 80. RGB value is (81,85,128). Sum of RGB (Red+Green+Blue) = 81+85+128=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #515580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515580 is #AEAA7F. Grayscale: #585858. Windows color (decimal): -11446912 or 8410449. OLE color: 8410449.

HSL color Cylindrical-coordinate representation of color #515580: hue angle of 234.89º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #515580 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8185128-
CMYK0.370.3400.50
HSL234.89º22.49%40.98%-
HSV(B)234.89º36.72%50.2%-
XYZ10.549.821.76-
YUV88.71150.17122.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 85 (33.59% from 255) = 28.91%
BLUE value IS 128 (50.39% from 255) = 43.54%
R=27.55%
G=28.91%
B=43.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81851280.370.3400.50234.8922.4940.98
Hex5155802522032eb1629
Octal12112520045420623532651
Binary101000110101011000000010010110001001100101110101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515580; }

 p { color: rgb(81,85,128); }

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

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

 a { background-color: rgb(81,85,128); }

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

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

 span { border-color: rgb(81,85,128); }

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