Html Css Color HEX #535352 Ship Grey

📋 copy color: '#535352'

red 83 ◦ green 83 ◦ blue 82

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

Shades of Ship Grey #535352

Tints of Ship Grey #535352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.06%

R = 33.47%
G = 33.47%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#535352 (or 0x535352) is known color: Ship Grey. HEX triplet: 53, 53 and 52. RGB value is (83,83,82). Sum of RGB (Red+Green+Blue) = 83+83+82=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535352 is #ACACAD. Grayscale: #525252. Windows color (decimal): -11316398 or 5395283. OLE color: 5395283.

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

Color convert

RGB 83 83 82 -
CMYK 0 0 0.01 0.67
HSL 60º 0.01% 0.32% -
HSV(B) 60º 0.01% 0.33% -
XYZ 8.18 8.63 9.22 -
YUV 82.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 83 83 82 0 0 0.01 0.67 60 0.01 0.32
Hex 53 53 52 0 0 1 43 3C 1 20
Octal 123 123 122 0 0 1 103 74 1 40
Binary 1010011 1010011 1010010 0 0 1 1000011 111100 1 100000

Color Harmonies of #535352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535352

Black with #535352

Text Example


Text Example

White with #535352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535352; }

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

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

background-color css

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

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

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

border-color css

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

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

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