#53636F

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

Shades of Shuttle Grey #53636F

Tints of Shuttle Grey #53636F

Color information

#53636F (or 0x53636F) is unknown color: approx Shuttle Grey. HEX triplet: 53, 63 and 6F. RGB value is (83,99,111). Sum of RGB (Red+Green+Blue) = 83+99+111=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 111 - color contains mainly: blue. Hex color #53636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53636F is #AC9C90. Grayscale: #5F5F5F. Windows color (decimal): -11312273 or 7299923. OLE color: 7299923.

HSL color Cylindrical-coordinate representation of color #53636F: hue angle of 205.71º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53636F is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8399111-
CMYK0.250.1100.56
HSL205.71º14.43%38.04%-
HSV(B)205.71º25.23%43.53%-
XYZ10.911.9116.76-
YUV95.58136.7119.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 99 (39.06% from 255) = 33.79%
BLUE value IS 111 (43.75% from 255) = 37.88%
R=28.33%
G=33.79%
B=37.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83991110.250.1100.56205.7114.4338.04
Hex53636F19B038cee26
Octal12314315731130703161646
Binary1010011110001111011111100110110111000110011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53636F; }

 p { color: rgb(83,99,111); }

 H1.HeaderClassName
 {
   color: #53636F;
 }
 .AnyTagClassName
 {
   color: #53636F;
 }
</style>
background-color css

<style>
 a { background-color: #53636F; }

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

 div.DivClassName
 {
   background-color: #53636F;
 }
 .BgClassName
 {
   background-color: #53636F;
 }
</style>
border-color css

<style>
 span { border-color: #53636F; }

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

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