#50537B

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

Shades of Astronaut #50537B

Tints of Astronaut #50537B

Color information

#50537B (or 0x50537B) is unknown color: approx Astronaut. HEX triplet: 50, 53 and 7B. RGB value is (80,83,123). Sum of RGB (Red+Green+Blue) = 80+83+123=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #50537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50537B is #AFAC84. Grayscale: #565656. Windows color (decimal): -11512965 or 8082256. OLE color: 8082256.

HSL color Cylindrical-coordinate representation of color #50537B: hue angle of 235.81º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50537B is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8083123-
CMYK0.350.3300.52
HSL235.81º21.18%39.8%-
HSV(B)235.81º34.96%48.24%-
XYZ9.989.3220.01-
YUV86.66148.51123.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 123 (48.44% from 255) = 43.01%
R=27.97%
G=29.02%
B=43.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80831230.350.3300.52235.8121.1839.8
Hex50537B2321034ec1528
Octal12012317343410643542550
Binary10100001010011111101110001110000101101001110110010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50537B; }

 p { color: rgb(80,83,123); }

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

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

 a { background-color: rgb(80,83,123); }

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

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

 span { border-color: rgb(80,83,123); }

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