#535344

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

Shades of Ship Grey #535344

Tints of Ship Grey #535344

Color information

#535344 (or 0x535344) is unknown color: approx Ship Grey. HEX triplet: 53, 53 and 44. RGB value is (83,83,68). Sum of RGB (Red+Green+Blue) = 83+83+68=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535344 is #ACACBB. Grayscale: #515151. Windows color (decimal): -11316412 or 4477779. OLE color: 4477779.

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

Color convert

RGB838368-
CMYK000.180.67
HSL60º9.93%29.61%-
HSV(B)60º18.07%32.55%-
XYZ7.78.446.69-
YUV81.29120.5129.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.47%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 68 (26.95% from 255) = 29.06%
R=35.47%
G=35.47%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838368000.180.67609.9329.61
Hex5353440012433ca1e
Octal1231231040022103741236
Binary10100111010011100010000100101000011111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535344; }

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

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

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

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

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

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

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

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