Html Css Color HEX #50537C Astronaut

📋 copy color: '#50537C'

red 80 ◦ green 83 ◦ blue 124

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

Shades of Astronaut #50537C

Tints of Astronaut #50537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

 BLUE value IS 124 (48.83% from 255) = 43.21%

R = 27.87%
G = 28.92%
B = 43.21%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50537C (or 0x50537C) is known color: Astronaut. HEX triplet: 50, 53 and 7C. RGB value is (80,83,124). Sum of RGB (Red+Green+Blue) = 80+83+124=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #50537C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50537C is #AFAC83. Grayscale: #565656. Windows color (decimal): -11512964 or 8147792. OLE color: 8147792.

HSL color Cylindrical-coordinate representation of color #50537C: hue angle of 235.91º 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 #50537C is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 83 124 -
CMYK 0.35 0.33 0 0.51
HSL 235.91º 0.22% 0.4% -
HSV(B) 235.91º 0.35% 0.49% -
XYZ 10.04 9.35 20.34 -
YUV 86.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 80 83 124 0.35 0.33 0 0.51 235.91 0.22 0.4
Hex 50 53 7C 23 21 0 33 EC 16 28
Octal 120 123 174 43 41 0 63 354 26 50
Binary 1010000 1010011 1111100 100011 100001 0 110011 11101100 10110 101000

Color Harmonies of #50537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50537C

Black with #50537C

Text Example


Text Example

White with #50537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50537C;
 }
 .AnyTagClassName
 {
   color: #50537C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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