Html Css Color HEX #53534C Ship Grey

📋 copy color: '#53534C'

red 83 ◦ green 83 ◦ blue 76

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

Shades of Ship Grey #53534C

Tints of Ship Grey #53534C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.4%

R = 34.3%
G = 34.3%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53534C (or 0x53534C) is known color: Ship Grey. HEX triplet: 53, 53 and 4C. RGB value is (83,83,76). Sum of RGB (Red+Green+Blue) = 83+83+76=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 83 - color contains mainly: red, green. Hex color #53534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53534C is #ACACB3. Grayscale: #525252. Windows color (decimal): -11316404 or 5002067. OLE color: 5002067.

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

Color convert

RGB 83 83 76 -
CMYK 0 0 0.08 0.67
HSL 60º 0.04% 0.31% -
HSV(B) 60º 0.08% 0.33% -
XYZ 7.97 8.55 8.07 -
YUV 82.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 83 83 76 0 0 0.08 0.67 60 0.04 0.31
Hex 53 53 4C 0 0 8 43 3C 4 1F
Octal 123 123 114 0 0 10 103 74 4 37
Binary 1010011 1010011 1001100 0 0 1000 1000011 111100 100 11111

Color Harmonies of #53534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53534C

Black with #53534C

Text Example


Text Example

White with #53534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53534C; }

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

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

background-color css

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

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

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

border-color css

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

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

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