Html Css Color HEX #53616D Shuttle Grey

📋 copy color: '#53616D'

red 83 ◦ green 97 ◦ blue 109

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

Shades of Shuttle Grey #53616D

Tints of Shuttle Grey #53616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.56%

 BLUE value IS 109 (42.97% from 255) = 37.72%

R = 28.72%
G = 33.56%
B = 37.72%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53616D (or 0x53616D) is known color: Shuttle Grey. HEX triplet: 53, 61 and 6D. RGB value is (83,97,109). Sum of RGB (Red+Green+Blue) = 83+97+109=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 109 - color contains mainly: blue. Hex color #53616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53616D is #AC9E92. Grayscale: #5E5E5E. Windows color (decimal): -11312787 or 7168339. OLE color: 7168339.

HSL color Cylindrical-coordinate representation of color #53616D: hue angle of 207.69º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53616D is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 97 109 -
CMYK 0.24 0.11 0 0.57
HSL 207.69º 0.14% 0.38% -
HSV(B) 207.69º 0.24% 0.43% -
XYZ 10.6 11.49 16.13 -
YUV 94.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 83 97 109 0.24 0.11 0 0.57 207.69 0.14 0.38
Hex 53 61 6D 18 B 0 39 D0 E 26
Octal 123 141 155 30 13 0 71 320 16 46
Binary 1010011 1100001 1101101 11000 1011 0 111001 11010000 1110 100110

Color Harmonies of #53616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53616D

Black with #53616D

Text Example


Text Example

White with #53616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53616D; }

 p { color: rgb(83,97,109); }

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

background-color css

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

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

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

border-color css

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

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

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