#52606D

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

Shades of Shuttle Grey #52606D

Tints of Shuttle Grey #52606D

Color information

#52606D (or 0x52606D) is unknown color: approx Shuttle Grey. HEX triplet: 52, 60 and 6D. RGB value is (82,96,109). Sum of RGB (Red+Green+Blue) = 82+96+109=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 109 - color contains mainly: blue. Hex color #52606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52606D is #AD9F92. Grayscale: #5D5D5D. Windows color (decimal): -11378579 or 7168082. OLE color: 7168082.

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

Color convert

RGB8296109-
CMYK0.250.1200.57
HSL208.89º14.14%37.45%-
HSV(B)208.89º24.77%42.75%-
XYZ10.4211.2616.09-
YUV93.3136.86119.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 109 (42.97% from 255) = 37.98%
R=28.57%
G=33.45%
B=37.98%

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
Decimal82961090.250.1200.57208.8914.1437.45
Hex52606D19C039d1e25
Octal12214015531140713211645
Binary1010010110000011011011100111000111001110100011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52606D; }

 p { color: rgb(82,96,109); }

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

<style>
 a { background-color: #52606D; }

 a { background-color: rgb(82,96,109); }

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

<style>
 span { border-color: #52606D; }

 span { border-color: rgb(82,96,109); }

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