#53616C

Color #53616C Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #53616C

Tints of Shuttle Grey #53616C

Color information

#53616C (or 0x53616C) is unknown color: approx 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

RGB8397108-
CMYK0.230.1000.58
HSL206.4º13.09%37.45%-
HSV(B)206.4º23.15%42.35%-
XYZ10.5511.4715.85-
YUV94.07135.86120.11-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83971080.230.1000.58206.413.0937.45
Hex53616C17A03Aced25
Octal12314115427120723161545
Binary1010011110000111011001011110100111010110011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>