#505680

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

Shades of Astronaut #505680

Tints of Astronaut #505680

Color information

#505680 (or 0x505680) is unknown color: approx Astronaut. HEX triplet: 50, 56 and 80. RGB value is (80,86,128). Sum of RGB (Red+Green+Blue) = 80+86+128=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 86 (33.98% from 255 or 29.25% 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 #505680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505680 is #AFA97F. Grayscale: #585858. Windows color (decimal): -11512192 or 8410704. OLE color: 8410704.

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

Color convert

RGB8086128-
CMYK0.380.3300.50
HSL232.5º23.08%40.78%-
HSV(B)232.5º37.5%50.2%-
XYZ10.539.9221.78-
YUV88.99150.01121.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.21%
GREEN value IS 86 (33.98% from 255) = 29.25%
BLUE value IS 128 (50.39% from 255) = 43.54%
R=27.21%
G=29.25%
B=43.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80861280.380.3300.50232.523.0840.78
Hex5056802621032e81729
Octal12012620046410623502751
Binary101000010101101000000010011010000101100101110100010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505680; }

 p { color: rgb(80,86,128); }

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

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

 a { background-color: rgb(80,86,128); }

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

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

 span { border-color: rgb(80,86,128); }

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