Html Css Color HEX #515680 Astronaut

📋 copy color: '#515680'

red 81 ◦ green 86 ◦ blue 128

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

Shades of Astronaut #515680

Tints of Astronaut #515680

RGB

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

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

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

R = 27.46%
G = 29.15%
B = 43.39%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#515680 (or 0x515680) is known color: Astronaut. HEX triplet: 51, 56 and 80. RGB value is (81,86,128). Sum of RGB (Red+Green+Blue) = 81+86+128=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #515680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515680 is #AEA97F. Grayscale: #595959. Windows color (decimal): -11446656 or 8410705. OLE color: 8410705.

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

Color convert

RGB 81 86 128 -
CMYK 0.37 0.33 0 0.50
HSL 233.62º 0.22% 0.41% -
HSV(B) 233.62º 0.37% 0.5% -
XYZ 10.62 9.96 21.79 -
YUV 89.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 81 86 128 0.37 0.33 0 0.50 233.62 0.22 0.41
Hex 51 56 80 25 21 0 32 EA 16 29
Octal 121 126 200 45 41 0 62 352 26 51
Binary 1010001 1010110 10000000 100101 100001 0 110010 11101010 10110 101001

Color Harmonies of #515680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515680

Black with #515680

Text Example


Text Example

White with #515680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515680; }

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

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

background-color css

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

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

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

border-color css

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

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

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