#51626F

Color #51626F Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #51626F

Tints of Shuttle Grey #51626F

Color information

#51626F (or 0x51626F) is unknown color: approx Shuttle Grey. HEX triplet: 51, 62 and 6F. RGB value is (81,98,111). Sum of RGB (Red+Green+Blue) = 81+98+111=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 111 - color contains mainly: blue. Hex color #51626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51626F is #AE9D90. Grayscale: #5E5E5E. Windows color (decimal): -11443601 or 7299665. OLE color: 7299665.

HSL color Cylindrical-coordinate representation of color #51626F: hue angle of 206º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51626F is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8198111-
CMYK0.270.1200.56
HSL206º15.62%37.65%-
HSV(B)206º27.03%43.53%-
XYZ10.6311.6316.72-
YUV94.4137.37118.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.93%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 111 (43.75% from 255) = 38.28%
R=27.93%
G=33.79%
B=38.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81981110.270.1200.5620615.6237.65
Hex51626F1BC038ce1026
Octal12114215733140703162046
Binary10100011100010110111111011110001110001100111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51626F; }

 p { color: rgb(81,98,111); }

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

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

 a { background-color: rgb(81,98,111); }

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

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

 span { border-color: rgb(81,98,111); }

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