#526576

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

Shades of Shuttle Grey #526576

Tints of Shuttle Grey #526576

Color information

#526576 (or 0x526576) is unknown color: approx Shuttle Grey. HEX triplet: 52, 65 and 76. RGB value is (82,101,118). Sum of RGB (Red+Green+Blue) = 82+101+118=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #526576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526576 is #AD9A89. Grayscale: #616161. Windows color (decimal): -11377290 or 7759186. OLE color: 7759186.

HSL color Cylindrical-coordinate representation of color #526576: hue angle of 208.33º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #526576 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB82101118-
CMYK0.310.1400.54
HSL208.33º18%39.22%-
HSV(B)208.33º30.51%46.27%-
XYZ11.412.4118.93-
YUV97.26139.71117.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=27.24%
G=33.55%
B=39.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821011180.310.1400.54208.331839.22
Hex5265761FE036d01227
Octal12214516637160663202247
Binary10100101100101111011011111111001101101101000010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526576; }

 p { color: rgb(82,101,118); }

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

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

 a { background-color: rgb(82,101,118); }

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

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

 span { border-color: rgb(82,101,118); }

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