Html Css Color HEX #50567F Astronaut

📋 copy color: '#50567F'

red 80 ◦ green 86 ◦ blue 127

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

Shades of Astronaut #50567F

Tints of Astronaut #50567F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.35%

 BLUE value IS 127 (50% from 255) = 43.34%

R = 27.3%
G = 29.35%
B = 43.34%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50567F (or 0x50567F) is known color: Astronaut. HEX triplet: 50, 56 and 7F. RGB value is (80,86,127). Sum of RGB (Red+Green+Blue) = 80+86+127=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #50567F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50567F is #AFA980. Grayscale: #585858. Windows color (decimal): -11512193 or 8345168. OLE color: 8345168.

HSL color Cylindrical-coordinate representation of color #50567F: hue angle of 232.34º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50567F is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 86 127 -
CMYK 0.37 0.32 0 0.50
HSL 232.34º 0.23% 0.41% -
HSV(B) 232.34º 0.37% 0.5% -
XYZ 10.47 9.89 21.44 -
YUV 88.88 149.51 121.67 -
System Red Green Blue C M Y K H S L
Decimal 80 86 127 0.37 0.32 0 0.50 232.34 0.23 0.41
Hex 50 56 7F 25 20 0 32 E8 17 29
Octal 120 126 177 45 40 0 62 350 27 51
Binary 1010000 1010110 1111111 100101 100000 0 110010 11101000 10111 101001

Color Harmonies of #50567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50567F

Black with #50567F

Text Example


Text Example

White with #50567F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50567F;
 }
 .AnyTagClassName
 {
   color: #50567F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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