#535348

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

Shades of Ship Grey #535348

Tints of Ship Grey #535348

Color information

#535348 (or 0x535348) is unknown color: approx Ship Grey. HEX triplet: 53, 53 and 48. RGB value is (83,83,72). Sum of RGB (Red+Green+Blue) = 83+83+72=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535348 is #ACACB7. Grayscale: #515151. Windows color (decimal): -11316408 or 4739923. OLE color: 4739923.

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

Color convert

RGB838372-
CMYK000.130.67
HSL60º7.1%30.39%-
HSV(B)60º13.25%32.55%-
XYZ7.838.497.36-
YUV81.75122.5128.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=34.87%
G=34.87%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838372000.130.67607.130.39
Hex53534800D433c71e
Octal123123110001510374736
Binary101001110100111001000001101100001111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535348; }

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

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

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

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

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

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

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

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