#535343

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

Shades of Ship Grey #535343

Tints of Ship Grey #535343

Color information

#535343 (or 0x535343) is unknown color: approx Ship Grey. HEX triplet: 53, 53 and 43. RGB value is (83,83,67). Sum of RGB (Red+Green+Blue) = 83+83+67=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535343 is #ACACBC. Grayscale: #515151. Windows color (decimal): -11316413 or 4412243. OLE color: 4412243.

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

Color convert

RGB838367-
CMYK000.190.67
HSL60º10.67%29.41%-
HSV(B)60º19.28%32.55%-
XYZ7.678.436.53-
YUV81.18120129.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.62%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 67 (26.56% from 255) = 28.76%
R=35.62%
G=35.62%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838367000.190.676010.6729.41
Hex5353430013433cb1d
Octal1231231030023103741335
Binary10100111010011100001100100111000011111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535343; }

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

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

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

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

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

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

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

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