Html Css Color HEX #515580 Astronaut

📋 copy color: '#515580'

red 81 ◦ green 85 ◦ blue 128

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

Shades of Astronaut #515580

Tints of Astronaut #515580

RGB

 RED value IS 81 (32.03% from 255) = 27.55%

 GREEN value IS 85 (33.59% from 255) = 28.91%

 BLUE value IS 128 (50.39% from 255) = 43.54%

R = 27.55%
G = 28.91%
B = 43.54%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#515580 (or 0x515580) is known color: Astronaut. HEX triplet: 51, 55 and 80. RGB value is (81,85,128). Sum of RGB (Red+Green+Blue) = 81+85+128=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #515580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515580 is #AEAA7F. Grayscale: #585858. Windows color (decimal): -11446912 or 8410449. OLE color: 8410449.

HSL color Cylindrical-coordinate representation of color #515580: hue angle of 234.89º degrees, saturation: 0.22, 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 #515580 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 85 128 -
CMYK 0.37 0.34 0 0.50
HSL 234.89º 0.22% 0.41% -
HSV(B) 234.89º 0.37% 0.5% -
XYZ 10.54 9.8 21.76 -
YUV 88.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 81 85 128 0.37 0.34 0 0.50 234.89 0.22 0.41
Hex 51 55 80 25 22 0 32 EB 16 29
Octal 121 125 200 45 42 0 62 353 26 51
Binary 1010001 1010101 10000000 100101 100010 0 110010 11101011 10110 101001

Color Harmonies of #515580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515580

Black with #515580

Text Example


Text Example

White with #515580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515580; }

 p { color: rgb(81,85,128); }

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

background-color css

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

 a { background-color: rgb(81,85,128); }

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

border-color css

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

 span { border-color: rgb(81,85,128); }

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