Html Css Color HEX #515145 Ship Grey

📋 copy color: '#515145'

red 81 ◦ green 81 ◦ blue 69

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

Shades of Ship Grey #515145

Tints of Ship Grey #515145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.87%

R = 35.06%
G = 35.06%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#515145 (or 0x515145) is known color: Ship Grey. HEX triplet: 51, 51 and 45. RGB value is (81,81,69). Sum of RGB (Red+Green+Blue) = 81+81+69=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515145 is #AEAEBA. Grayscale: #4F4F4F. Windows color (decimal): -11447995 or 4542801. OLE color: 4542801.

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

Color convert

RGB 81 81 69 -
CMYK 0 0 0.15 0.68
HSL 60º 0.08% 0.29% -
HSV(B) 60º 0.15% 0.32% -
XYZ 7.41 8.06 6.8 -
YUV 79.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 81 81 69 0 0 0.15 0.68 60 0.08 0.29
Hex 51 51 45 0 0 F 44 3C 8 1D
Octal 121 121 105 0 0 17 104 74 10 35
Binary 1010001 1010001 1000101 0 0 1111 1000100 111100 1000 11101

Color Harmonies of #515145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515145

Black with #515145

Text Example


Text Example

White with #515145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515145; }

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

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

background-color css

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

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

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

border-color css

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

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

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