#51514C

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

Shades of Ship Grey #51514C

Tints of Ship Grey #51514C

Color information

#51514C (or 0x51514C) is unknown color: approx Ship Grey. HEX triplet: 51, 51 and 4C. RGB value is (81,81,76). Sum of RGB (Red+Green+Blue) = 81+81+76=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 81 - color contains mainly: red, green. Hex color #51514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51514C is #AEAEB3. Grayscale: #505050. Windows color (decimal): -11447988 or 5001553. OLE color: 5001553.

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

Color convert

RGB818176-
CMYK000.060.68
HSL60º3.18%30.78%-
HSV(B)60º6.17%31.76%-
XYZ7.648.168.01-
YUV80.43125.5128.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.03%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=34.03%
G=34.03%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal818176000.060.68603.1830.78
Hex51514C006443c31f
Octal12112111400610474337
Binary1010001101000110011000011010001001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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