#50547B

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

Shades of Astronaut #50547B

Tints of Astronaut #50547B

Color information

#50547B (or 0x50547B) is unknown color: approx Astronaut. HEX triplet: 50, 54 and 7B. RGB value is (80,84,123). Sum of RGB (Red+Green+Blue) = 80+84+123=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #50547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50547B is #AFAB84. Grayscale: #575757. Windows color (decimal): -11512709 or 8082512. OLE color: 8082512.

HSL color Cylindrical-coordinate representation of color #50547B: hue angle of 234.42º 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 #50547B is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8084123-
CMYK0.350.3200.52
HSL234.42º21.18%39.8%-
HSV(B)234.42º34.96%48.24%-
XYZ10.059.4820.04-
YUV87.25148.17122.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 123 (48.44% from 255) = 42.86%
R=27.87%
G=29.27%
B=42.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80841230.350.3200.52234.4221.1839.8
Hex50547B2320034ea1528
Octal12012417343400643522550
Binary10100001010100111101110001110000001101001110101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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