Html Css Color HEX #50547C Astronaut

📋 copy color: '#50547C'

red 80 ◦ green 84 ◦ blue 124

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

Shades of Astronaut #50547C

Tints of Astronaut #50547C

RGB

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

 GREEN value IS 84 (33.2% 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 value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50547C (or 0x50547C) is known color: 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

RGB 80 84 124 -
CMYK 0.35 0.32 0 0.51
HSL 234.55º 0.22% 0.4% -
HSV(B) 234.55º 0.35% 0.49% -
XYZ 10.12 9.5 20.37 -
YUV 87.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 80 84 124 0.35 0.32 0 0.51 234.55 0.22 0.4
Hex 50 54 7C 23 20 0 33 EB 16 28
Octal 120 124 174 43 40 0 63 353 26 50
Binary 1010000 1010100 1111100 100011 100000 0 110011 11101011 10110 101000

Color Harmonies of #50547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50547C

Black with #50547C

Text Example


Text Example

White with #50547C

Text Example


Text Example

HTML Codes & Css Web 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>