#535448

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

Shades of Ship Grey #535448

Tints of Ship Grey #535448

Color information

#535448 (or 0x535448) is unknown color: approx Ship Grey. HEX triplet: 53, 54 and 48. RGB value is (83,84,72). Sum of RGB (Red+Green+Blue) = 83+84+72=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 84 - color contains mainly: green. Hex color #535448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535448 is #ACABB7. Grayscale: #525252. Windows color (decimal): -11316152 or 4740179. OLE color: 4740179.

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

Color convert

RGB838472-
CMYK0.0100.140.67
HSL65º7.69%30.59%-
HSV(B)65º14.29%32.94%-
XYZ7.918.657.38-
YUV82.33122.17128.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.73%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=34.73%
G=35.15%
B=30.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384720.0100.140.67657.6930.59
Hex53544810E434181f
Octal12312411010161031011037
Binary10100111010100100100010111010000111000001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535448; }

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

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

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

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

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

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

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

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