#525247

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

Shades of Ship Grey #525247

Tints of Ship Grey #525247

Color information

#525247 (or 0x525247) is unknown color: approx Ship Grey. HEX triplet: 52, 52 and 47. RGB value is (82,82,71). Sum of RGB (Red+Green+Blue) = 82+82+71=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525247 is #ADADB8. Grayscale: #505050. Windows color (decimal): -11382201 or 4674130. OLE color: 4674130.

HSL color Cylindrical-coordinate representation of color #525247: 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.13%. Process color model (Four color, CMYK) of #525247 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB828271-
CMYK000.130.68
HSL60º7.19%30%-
HSV(B)60º13.41%32.16%-
XYZ7.638.287.16-
YUV80.75122.5128.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.89%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 71 (28.12% from 255) = 30.21%
R=34.89%
G=34.89%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal828271000.130.68607.1930
Hex52524700D443c71e
Octal122122107001510474736
Binary101001010100101000111001101100010011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525247; }

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

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

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

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

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

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

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

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