Html Css Color HEX #53534E Ship Grey

📋 copy color: '#53534E'

red 83 ◦ green 83 ◦ blue 78

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

Shades of Ship Grey #53534E

Tints of Ship Grey #53534E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.97%

R = 34.02%
G = 34.02%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53534E (or 0x53534E) is known color: Ship Grey. HEX triplet: 53, 53 and 4E. RGB value is (83,83,78). Sum of RGB (Red+Green+Blue) = 83+83+78=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 83 - color contains mainly: red, green. Hex color #53534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53534E is #ACACB1. Grayscale: #525252. Windows color (decimal): -11316402 or 5133139. OLE color: 5133139.

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

Color convert

RGB 83 83 78 -
CMYK 0 0 0.06 0.67
HSL 60º 0.03% 0.32% -
HSV(B) 60º 0.06% 0.33% -
XYZ 8.04 8.58 8.44 -
YUV 82.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 83 83 78 0 0 0.06 0.67 60 0.03 0.32
Hex 53 53 4E 0 0 6 43 3C 3 20
Octal 123 123 116 0 0 6 103 74 3 40
Binary 1010011 1010011 1001110 0 0 110 1000011 111100 11 100000

Color Harmonies of #53534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53534E

Black with #53534E

Text Example


Text Example

White with #53534E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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