#535449

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

Shades of Ship Grey #535449

Tints of Ship Grey #535449

Color information

#535449 (or 0x535449) is unknown color: approx Ship Grey. HEX triplet: 53, 54 and 49. RGB value is (83,84,73). Sum of RGB (Red+Green+Blue) = 83+84+73=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 84 - color contains mainly: green. Hex color #535449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535449 is #ACABB6. Grayscale: #525252. Windows color (decimal): -11316151 or 4805715. OLE color: 4805715.

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

Color convert

RGB838473-
CMYK0.0100.130.67
HSL65.45º7.01%30.78%-
HSV(B)65.45º13.1%32.94%-
XYZ7.948.667.56-
YUV82.45122.67128.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 73 (28.91% from 255) = 30.42%
R=34.58%
G=35%
B=30.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384730.0100.130.6765.457.0130.78
Hex53544910D434171f
Octal1231241111015103101737
Binary1010011101010010010011011011000011100000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535449; }

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

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

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

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

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

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

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

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