Html Css Color HEX #515148 Ship Grey

📋 copy color: '#515148'

red 81 ◦ green 81 ◦ blue 72

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

Shades of Ship Grey #515148

Tints of Ship Grey #515148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.77%

R = 34.62%
G = 34.62%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#515148 (or 0x515148) is known color: Ship Grey. HEX triplet: 51, 51 and 48. RGB value is (81,81,72). Sum of RGB (Red+Green+Blue) = 81+81+72=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515148 is #AEAEB7. Grayscale: #505050. Windows color (decimal): -11447992 or 4739409. OLE color: 4739409.

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

Color convert

RGB 81 81 72 -
CMYK 0 0 0.11 0.68
HSL 60º 0.06% 0.3% -
HSV(B) 60º 0.11% 0.32% -
XYZ 7.51 8.1 7.3 -
YUV 79.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 81 81 72 0 0 0.11 0.68 60 0.06 0.3
Hex 51 51 48 0 0 B 44 3C 6 1E
Octal 121 121 110 0 0 13 104 74 6 36
Binary 1010001 1010001 1001000 0 0 1011 1000100 111100 110 11110

Color Harmonies of #515148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515148

Black with #515148

Text Example


Text Example

White with #515148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515148; }

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

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

background-color css

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

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

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

border-color css

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

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

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