Html Css Color HEX #535349 Ship Grey

📋 copy color: '#535349'

red 83 ◦ green 83 ◦ blue 73

#535349
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Grey #535349

Tints of Ship Grey #535349

RGB

 RED value IS 83 (32.81% from 255) = 34.73%

 GREEN value IS 83 (32.81% from 255) = 34.73%

 BLUE value IS 73 (28.91% from 255) = 30.54%

R = 34.73%
G = 34.73%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#535349 (or 0x535349) is known color: Ship Grey. HEX triplet: 53, 53 and 49. RGB value is (83,83,73). Sum of RGB (Red+Green+Blue) = 83+83+73=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535349 is #ACACB6. Grayscale: #515151. Windows color (decimal): -11316407 or 4805459. OLE color: 4805459.

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

Color convert

RGB 83 83 73 -
CMYK 0 0 0.12 0.67
HSL 60º 0.06% 0.31% -
HSV(B) 60º 0.12% 0.33% -
XYZ 7.86 8.51 7.53 -
YUV 81.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 83 83 73 0 0 0.12 0.67 60 0.06 0.31
Hex 53 53 49 0 0 C 43 3C 6 1F
Octal 123 123 111 0 0 14 103 74 6 37
Binary 1010011 1010011 1001001 0 0 1100 1000011 111100 110 11111

Color Harmonies of #535349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535349

Black with #535349

Text Example


Text Example

White with #535349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535349; }

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

 H1.HeaderClassName
 {
   color: #535349;
 }
 .AnyTagClassName
 {
   color: #535349;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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