#535352

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

Shades of Ship Grey #535352

Tints of Ship Grey #535352

Color information

#535352 (or 0x535352) is unknown color: approx Ship Grey. HEX triplet: 53, 53 and 52. RGB value is (83,83,82). Sum of RGB (Red+Green+Blue) = 83+83+82=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535352 is #ACACAD. Grayscale: #525252. Windows color (decimal): -11316398 or 5395283. OLE color: 5395283.

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

Color convert

RGB838382-
CMYK000.010.67
HSL60º0.61%32.35%-
HSV(B)60º1.2%32.55%-
XYZ8.188.639.22-
YUV82.89127.5128.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.47%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=33.47%
G=33.47%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838382000.010.67600.6132.35
Hex535352001433c120
Octal12312312200110374140
Binary10100111010011101001000110000111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535352; }

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

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

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

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

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

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

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

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