#52616E

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

Shades of Shuttle Grey #52616E

Tints of Shuttle Grey #52616E

Color information

#52616E (or 0x52616E) is unknown color: approx Shuttle Grey. HEX triplet: 52, 61 and 6E. RGB value is (82,97,110). Sum of RGB (Red+Green+Blue) = 82+97+110=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 110 - color contains mainly: blue. Hex color #52616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52616E is #AD9E91. Grayscale: #5D5D5D. Windows color (decimal): -11378322 or 7233874. OLE color: 7233874.

HSL color Cylindrical-coordinate representation of color #52616E: hue angle of 207.86º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52616E is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8297110-
CMYK0.250.1200.57
HSL207.86º14.58%37.65%-
HSV(B)207.86º25.45%43.14%-
XYZ10.5711.4716.41-
YUV94137.03119.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 97 (38.28% from 255) = 33.56%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=28.37%
G=33.56%
B=38.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82971100.250.1200.57207.8614.5837.65
Hex52616E19C039d0f26
Octal12214115631140713201746
Binary1010010110000111011101100111000111001110100001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52616E; }

 p { color: rgb(82,97,110); }

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

<style>
 a { background-color: #52616E; }

 a { background-color: rgb(82,97,110); }

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

<style>
 span { border-color: #52616E; }

 span { border-color: rgb(82,97,110); }

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