#51514A

Color #51514A Ship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Grey #51514A

Tints of Ship Grey #51514A

Color information

#51514A (or 0x51514A) is unknown color: approx Ship Grey. HEX triplet: 51, 51 and 4A. RGB value is (81,81,74). Sum of RGB (Red+Green+Blue) = 81+81+74=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 81 - color contains mainly: red, green. Hex color #51514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51514A is #AEAEB5. Grayscale: #505050. Windows color (decimal): -11447990 or 4870481. OLE color: 4870481.

HSL color Cylindrical-coordinate representation of color #51514A: hue angle of 60º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #51514A is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB818174-
CMYK000.090.68
HSL60º4.52%30.39%-
HSV(B)60º8.64%31.76%-
XYZ7.578.137.65-
YUV80.2124.5128.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.32%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=34.32%
G=34.32%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal818174000.090.68604.5230.39
Hex51514A009443c51e
Octal121121112001110474536
Binary101000110100011001010001001100010011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,81,74); }

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

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

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

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

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

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

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