Html Css Color HEX #50537B Astronaut

📋 copy color: '#50537B'

red 80 ◦ green 83 ◦ blue 123

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

Shades of Astronaut #50537B

Tints of Astronaut #50537B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.01%

R = 27.97%
G = 29.02%
B = 43.01%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#50537B (or 0x50537B) is known color: Astronaut. HEX triplet: 50, 53 and 7B. RGB value is (80,83,123). Sum of RGB (Red+Green+Blue) = 80+83+123=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #50537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50537B is #AFAC84. Grayscale: #565656. Windows color (decimal): -11512965 or 8082256. OLE color: 8082256.

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

Color convert

RGB 80 83 123 -
CMYK 0.35 0.33 0 0.52
HSL 235.81º 0.21% 0.4% -
HSV(B) 235.81º 0.35% 0.48% -
XYZ 9.98 9.32 20.01 -
YUV 86.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 80 83 123 0.35 0.33 0 0.52 235.81 0.21 0.4
Hex 50 53 7B 23 21 0 34 EC 15 28
Octal 120 123 173 43 41 0 64 354 25 50
Binary 1010000 1010011 1111011 100011 100001 0 110100 11101100 10101 101000

Color Harmonies of #50537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50537B

Black with #50537B

Text Example


Text Example

White with #50537B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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