#52524D

Color #52524D Ship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Grey #52524D

Tints of Ship Grey #52524D

Color information

#52524D (or 0x52524D) is unknown color: approx Ship Grey. HEX triplet: 52, 52 and 4D. RGB value is (82,82,77). Sum of RGB (Red+Green+Blue) = 82+82+77=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 82 - color contains mainly: red, green. Hex color #52524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52524D is #ADADB2. Grayscale: #515151. Windows color (decimal): -11382195 or 5067346. OLE color: 5067346.

HSL color Cylindrical-coordinate representation of color #52524D: 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 #52524D is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB828277-
CMYK000.060.68
HSL60º3.14%31.18%-
HSV(B)60º6.1%32.16%-
XYZ7.848.368.22-
YUV81.43125.5128.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=34.02%
G=34.02%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal828277000.060.68603.1431.18
Hex52524D006443c31f
Octal12212211500610474337
Binary1010010101001010011010011010001001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52524D; }

 p { color: rgb(82,82,77); }

 H1.HeaderClassName
 {
   color: #52524D;
 }
 .AnyTagClassName
 {
   color: #52524D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #52524D;
 }
 .BgClassName
 {
   background-color: #52524D;
 }
</style>
border-color css

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

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

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