Html Css Color HEX #51514C Ship Grey

📋 copy color: '#51514C'

red 81 ◦ green 81 ◦ blue 76

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

Shades of Ship Grey #51514C

Tints of Ship Grey #51514C

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 value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#51514C (or 0x51514C) is known color: 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

RGB 81 81 76 -
CMYK 0 0 0.06 0.68
HSL 60º 0.03% 0.31% -
HSV(B) 60º 0.06% 0.32% -
XYZ 7.64 8.16 8.01 -
YUV 80.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 81 81 76 0 0 0.06 0.68 60 0.03 0.31
Hex 51 51 4C 0 0 6 44 3C 3 1F
Octal 121 121 114 0 0 6 104 74 3 37
Binary 1010001 1010001 1001100 0 0 110 1000100 111100 11 11111

Color Harmonies of #51514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51514C

Black with #51514C

Text Example


Text Example

White with #51514C

Text Example


Text Example

HTML Codes & Css Web 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>