#525245

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

Shades of Ship Grey #525245

Tints of Ship Grey #525245

Color information

#525245 (or 0x525245) is unknown color: approx Ship Grey. HEX triplet: 52, 52 and 45. RGB value is (82,82,69). Sum of RGB (Red+Green+Blue) = 82+82+69=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525245 is #ADADBA. Grayscale: #505050. Windows color (decimal): -11382203 or 4543058. OLE color: 4543058.

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

Color convert

RGB828269-
CMYK000.160.68
HSL60º8.61%29.61%-
HSV(B)60º15.85%32.16%-
XYZ7.578.266.83-
YUV80.52121.5129.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.19%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 69 (27.34% from 255) = 29.61%
R=35.19%
G=35.19%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal828269000.160.68608.6129.61
Hex5252450010443c91e
Octal1221221050020104741136
Binary10100101010010100010100100001000100111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525245; }

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

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

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

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

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

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

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

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