Html Css Color HEX #515244 Ship Grey

📋 copy color: '#515244'

red 81 ◦ green 82 ◦ blue 68

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

Shades of Ship Grey #515244

Tints of Ship Grey #515244

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.5%

 BLUE value IS 68 (26.95% from 255) = 29.44%

R = 35.06%
G = 35.5%
B = 29.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#515244 (or 0x515244) is known color: Ship Grey. HEX triplet: 51, 52 and 44. RGB value is (81,82,68). Sum of RGB (Red+Green+Blue) = 81+82+68=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 82 - color contains mainly: green. Hex color #515244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515244 is #AEADBB. Grayscale: #505050. Windows color (decimal): -11447740 or 4477521. OLE color: 4477521.

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

Color convert

RGB 81 82 68 -
CMYK 0.01 0 0.17 0.68
HSL 64.29º 0.09% 0.29% -
HSV(B) 64.29º 0.17% 0.32% -
XYZ 7.45 8.2 6.66 -
YUV 80.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 81 82 68 0.01 0 0.17 0.68 64.29 0.09 0.29
Hex 51 52 44 1 0 11 44 40 9 1D
Octal 121 122 104 1 0 21 104 100 11 35
Binary 1010001 1010010 1000100 1 0 10001 1000100 1000000 1001 11101

Color Harmonies of #515244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515244

Black with #515244

Text Example


Text Example

White with #515244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515244; }

 p { color: rgb(81,82,68); }

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

background-color css

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

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

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

border-color css

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

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

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