#50547C

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

Shades of Astronaut #50547C

Tints of Astronaut #50547C

Color information

#50547C (or 0x50547C) is unknown color: approx Astronaut. HEX triplet: 50, 54 and 7C. RGB value is (80,84,124). Sum of RGB (Red+Green+Blue) = 80+84+124=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #50547C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50547C is #AFAB83. Grayscale: #575757. Windows color (decimal): -11512708 or 8148048. OLE color: 8148048.

HSL color Cylindrical-coordinate representation of color #50547C: hue angle of 234.55º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50547C is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8084124-
CMYK0.350.3200.51
HSL234.55º21.57%40%-
HSV(B)234.55º35.48%48.63%-
XYZ10.129.520.37-
YUV87.36148.67122.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 124 (48.83% from 255) = 43.06%
R=27.78%
G=29.17%
B=43.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80841240.350.3200.51234.5521.5740
Hex50547C2320033eb1628
Octal12012417443400633532650
Binary10100001010100111110010001110000001100111110101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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