#525244

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

Shades of Ship Grey #525244

Tints of Ship Grey #525244

Color information

#525244 (or 0x525244) is unknown color: approx Ship Grey. HEX triplet: 52, 52 and 44. RGB value is (82,82,68). Sum of RGB (Red+Green+Blue) = 82+82+68=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525244 is #ADADBB. Grayscale: #505050. Windows color (decimal): -11382204 or 4477522. OLE color: 4477522.

HSL color Cylindrical-coordinate representation of color #525244: hue angle of 60º 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 #525244 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB828268-
CMYK000.170.68
HSL60º9.33%29.41%-
HSV(B)60º17.07%32.16%-
XYZ7.548.256.66-
YUV80.4121129.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 68 (26.95% from 255) = 29.31%
R=35.34%
G=35.34%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal828268000.170.68609.3329.41
Hex5252440011443c91d
Octal1221221040021104741135
Binary10100101010010100010000100011000100111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525244; }

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

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

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

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

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

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

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

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