Html Css Color HEX #50547A Astronaut

📋 copy color: '#50547A'

red 80 ◦ green 84 ◦ blue 122

#50547A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut #50547A

Tints of Astronaut #50547A

RGB

 RED value IS 80 (31.64% from 255) = 27.97%

 GREEN value IS 84 (33.2% from 255) = 29.37%

 BLUE value IS 122 (48.05% from 255) = 42.66%

R = 27.97%
G = 29.37%
B = 42.66%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#50547A (or 0x50547A) is known color: Astronaut. HEX triplet: 50, 54 and 7A. RGB value is (80,84,122). Sum of RGB (Red+Green+Blue) = 80+84+122=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #50547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50547A is #AFAB85. Grayscale: #565656. Windows color (decimal): -11512710 or 8016976. OLE color: 8016976.

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

Color convert

RGB 80 84 122 -
CMYK 0.34 0.31 0 0.52
HSL 234.29º 0.21% 0.4% -
HSV(B) 234.29º 0.34% 0.48% -
XYZ 9.99 9.45 19.71 -
YUV 87.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 80 84 122 0.34 0.31 0 0.52 234.29 0.21 0.4
Hex 50 54 7A 22 1F 0 34 EA 15 28
Octal 120 124 172 42 37 0 64 352 25 50
Binary 1010000 1010100 1111010 100010 11111 0 110100 11101010 10101 101000

Color Harmonies of #50547A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50547A

Black with #50547A

Text Example


Text Example

White with #50547A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50547A;
 }
 .AnyTagClassName
 {
   color: #50547A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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