#535444

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

Shades of Ship Grey #535444

Tints of Ship Grey #535444

Color information

#535444 (or 0x535444) is unknown color: approx Ship Grey. HEX triplet: 53, 54 and 44. RGB value is (83,84,68). Sum of RGB (Red+Green+Blue) = 83+84+68=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 84 - color contains mainly: green. Hex color #535444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535444 is #ACABBB. Grayscale: #515151. Windows color (decimal): -11316156 or 4478035. OLE color: 4478035.

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

Color convert

RGB838468-
CMYK0.0100.190.67
HSL63.75º10.53%29.8%-
HSV(B)63.75º19.05%32.94%-
XYZ7.788.66.72-
YUV81.88120.17128.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 68 (26.95% from 255) = 28.94%
R=35.32%
G=35.74%
B=28.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384680.0100.190.6763.7510.5329.8
Hex53544410134340b1e
Octal12312410410231031001336
Binary101001110101001000100101001110000111000000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535444; }

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

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

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

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

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

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

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

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