Html Css Color HEX #51547A Astronaut

📋 copy color: '#51547A'

red 81 ◦ green 84 ◦ blue 122

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

Shades of Astronaut #51547A

Tints of Astronaut #51547A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.27%

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

R = 28.22%
G = 29.27%
B = 42.51%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51547A (or 0x51547A) is known color: Astronaut. HEX triplet: 51, 54 and 7A. RGB value is (81,84,122). Sum of RGB (Red+Green+Blue) = 81+84+122=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #51547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51547A is #AEAB85. Grayscale: #575757. Windows color (decimal): -11447174 or 8016977. OLE color: 8016977.

HSL color Cylindrical-coordinate representation of color #51547A: hue angle of 235.61º 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 #51547A is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 84 122 -
CMYK 0.34 0.31 0 0.52
HSL 235.61º 0.2% 0.4% -
HSV(B) 235.61º 0.34% 0.48% -
XYZ 10.08 9.5 19.71 -
YUV 87.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 81 84 122 0.34 0.31 0 0.52 235.61 0.2 0.4
Hex 51 54 7A 22 1F 0 34 EC 14 28
Octal 121 124 172 42 37 0 64 354 24 50
Binary 1010001 1010100 1111010 100010 11111 0 110100 11101100 10100 101000

Color Harmonies of #51547A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51547A

Black with #51547A

Text Example


Text Example

White with #51547A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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