#52636F

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

Shades of Shuttle Grey #52636F

Tints of Shuttle Grey #52636F

Color information

#52636F (or 0x52636F) is unknown color: approx Shuttle Grey. HEX triplet: 52, 63 and 6F. RGB value is (82,99,111). Sum of RGB (Red+Green+Blue) = 82+99+111=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 111 - color contains mainly: blue. Hex color #52636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52636F is #AD9C90. Grayscale: #5F5F5F. Windows color (decimal): -11377809 or 7299922. OLE color: 7299922.

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

Color convert

RGB8299111-
CMYK0.260.1100.56
HSL204.83º15.03%37.84%-
HSV(B)204.83º26.13%43.53%-
XYZ10.8111.8716.76-
YUV95.28136.87118.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 111 (43.75% from 255) = 38.01%
R=28.08%
G=33.90%
B=38.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82991110.260.1100.56204.8315.0337.84
Hex52636F1AB038cdf26
Octal12214315732130703151746
Binary1010010110001111011111101010110111000110011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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