#535345

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

Shades of Ship Grey #535345

Tints of Ship Grey #535345

Color information

#535345 (or 0x535345) is unknown color: approx Ship Grey. HEX triplet: 53, 53 and 45. RGB value is (83,83,69). Sum of RGB (Red+Green+Blue) = 83+83+69=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535345 is #ACACBA. Grayscale: #515151. Windows color (decimal): -11316411 or 4543315. OLE color: 4543315.

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

Color convert

RGB838369-
CMYK000.170.67
HSL60º9.21%29.8%-
HSV(B)60º16.87%32.55%-
XYZ7.738.466.85-
YUV81.4121129.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=35.32%
G=35.32%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838369000.170.67609.2129.8
Hex5353450011433c91e
Octal1231231050021103741136
Binary10100111010011100010100100011000011111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535345; }

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

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

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

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

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

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

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

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