#51547C

Color #51547C Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #51547C

Tints of Astronaut #51547C

Color information

#51547C (or 0x51547C) is unknown color: approx Astronaut. HEX triplet: 51, 54 and 7C. RGB value is (81,84,124). Sum of RGB (Red+Green+Blue) = 81+84+124=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #51547C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51547C is #AEAB83. Grayscale: #575757. Windows color (decimal): -11447172 or 8148049. OLE color: 8148049.

HSL color Cylindrical-coordinate representation of color #51547C: hue angle of 235.81º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51547C is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8184124-
CMYK0.350.3200.51
HSL235.81º20.98%40.2%-
HSV(B)235.81º34.68%48.63%-
XYZ10.29.5520.37-
YUV87.66148.51123.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.03%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 124 (48.83% from 255) = 42.91%
R=28.03%
G=29.07%
B=42.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81841240.350.3200.51235.8120.9840.2
Hex51547C2320033ec1528
Octal12112417443400633542550
Binary10100011010100111110010001110000001100111110110010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51547C;
 }
 .AnyTagClassName
 {
   color: #51547C;
 }
</style>
background-color css

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

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

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

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

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

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