Html Css Color HEX #53616C Shuttle Grey

📋 copy color: '#53616C'

red 83 ◦ green 97 ◦ blue 108

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

Shades of Shuttle Grey #53616C

Tints of Shuttle Grey #53616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.5%

R = 28.82%
G = 33.68%
B = 37.5%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53616C (or 0x53616C) is known color: Shuttle Grey. HEX triplet: 53, 61 and 6C. RGB value is (83,97,108). Sum of RGB (Red+Green+Blue) = 83+97+108=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: blue. Hex color #53616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53616C is #AC9E93. Grayscale: #5E5E5E. Windows color (decimal): -11312788 or 7102803. OLE color: 7102803.

HSL color Cylindrical-coordinate representation of color #53616C: hue angle of 206.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53616C is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 97 108 -
CMYK 0.23 0.10 0 0.58
HSL 206.4º 0.13% 0.37% -
HSV(B) 206.4º 0.23% 0.42% -
XYZ 10.55 11.47 15.85 -
YUV 94.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 83 97 108 0.23 0.10 0 0.58 206.4 0.13 0.37
Hex 53 61 6C 17 A 0 3A CE D 25
Octal 123 141 154 27 12 0 72 316 15 45
Binary 1010011 1100001 1101100 10111 1010 0 111010 11001110 1101 100101

Color Harmonies of #53616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53616C

Black with #53616C

Text Example


Text Example

White with #53616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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