#50567A

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

Shades of Astronaut #50567A

Tints of Astronaut #50567A

Color information

#50567A (or 0x50567A) is unknown color: approx Astronaut. HEX triplet: 50, 56 and 7A. RGB value is (80,86,122). Sum of RGB (Red+Green+Blue) = 80+86+122=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #50567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50567A is #AFA985. Grayscale: #585858. Windows color (decimal): -11512198 or 8017488. OLE color: 8017488.

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

Color convert

RGB8086122-
CMYK0.340.3000.52
HSL231.43º20.79%39.61%-
HSV(B)231.43º34.43%47.84%-
XYZ10.159.7719.76-
YUV88.31147.01122.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 122 (48.05% from 255) = 42.36%
R=27.78%
G=29.86%
B=42.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80861220.340.3000.52231.4320.7939.61
Hex50567A221E034e71528
Octal12012617242360643472550
Binary1010000101011011110101000101111001101001110011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50567A; }

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

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

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

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

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

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

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

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