Html Css Color HEX #51537A Astronaut

📋 copy color: '#51537A'

red 81 ◦ green 83 ◦ blue 122

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

Shades of Astronaut #51537A

Tints of Astronaut #51537A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.66%

R = 28.32%
G = 29.02%
B = 42.66%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51537A (or 0x51537A) is known color: Astronaut. HEX triplet: 51, 53 and 7A. RGB value is (81,83,122). Sum of RGB (Red+Green+Blue) = 81+83+122=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #51537A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51537A is #AEAC85. Grayscale: #565656. Windows color (decimal): -11447430 or 8016721. OLE color: 8016721.

HSL color Cylindrical-coordinate representation of color #51537A: hue angle of 237.07º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51537A is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 83 122 -
CMYK 0.34 0.32 0 0.52
HSL 237.07º 0.2% 0.4% -
HSV(B) 237.07º 0.34% 0.48% -
XYZ 10 9.34 19.69 -
YUV 86.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 81 83 122 0.34 0.32 0 0.52 237.07 0.2 0.4
Hex 51 53 7A 22 20 0 34 ED 14 28
Octal 121 123 172 42 40 0 64 355 24 50
Binary 1010001 1010011 1111010 100010 100000 0 110100 11101101 10100 101000

Color Harmonies of #51537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51537A

Black with #51537A

Text Example


Text Example

White with #51537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51537A; }

 p { color: rgb(81,83,122); }

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

background-color css

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

 a { background-color: rgb(81,83,122); }

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

border-color css

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

 span { border-color: rgb(81,83,122); }

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