Html Css Color HEX #515146 Ship Grey

📋 copy color: '#515146'

red 81 ◦ green 81 ◦ blue 70

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

Shades of Ship Grey #515146

Tints of Ship Grey #515146

RGB

 RED value IS 81 (32.03% from 255) = 34.91%

 GREEN value IS 81 (32.03% from 255) = 34.91%

 BLUE value IS 70 (27.73% from 255) = 30.17%

R = 34.91%
G = 34.91%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#515146 (or 0x515146) is known color: Ship Grey. HEX triplet: 51, 51 and 46. RGB value is (81,81,70). Sum of RGB (Red+Green+Blue) = 81+81+70=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515146 is #AEAEB9. Grayscale: #4F4F4F. Windows color (decimal): -11447994 or 4608337. OLE color: 4608337.

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

Color convert

RGB 81 81 70 -
CMYK 0 0 0.14 0.68
HSL 60º 0.07% 0.3% -
HSV(B) 60º 0.14% 0.32% -
XYZ 7.44 8.08 6.96 -
YUV 79.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 81 81 70 0 0 0.14 0.68 60 0.07 0.3
Hex 51 51 46 0 0 E 44 3C 7 1E
Octal 121 121 106 0 0 16 104 74 7 36
Binary 1010001 1010001 1000110 0 0 1110 1000100 111100 111 11110

Color Harmonies of #515146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515146

Black with #515146

Text Example


Text Example

White with #515146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515146; }

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

 H1.HeaderClassName
 {
   color: #515146;
 }
 .AnyTagClassName
 {
   color: #515146;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #515146;
 }
 .BgClassName
 {
   background-color: #515146;
 }
</style>

border-color css

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

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

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