#526575

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

Shades of Shuttle Grey #526575

Tints of Shuttle Grey #526575

Color information

#526575 (or 0x526575) is unknown color: approx Shuttle Grey. HEX triplet: 52, 65 and 75. RGB value is (82,101,117). Sum of RGB (Red+Green+Blue) = 82+101+117=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 117 - color contains mainly: blue. Hex color #526575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526575 is #AD9A8A. Grayscale: #616161. Windows color (decimal): -11377291 or 7693650. OLE color: 7693650.

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

Color convert

RGB82101117-
CMYK0.300.1400.54
HSL207.43º17.59%39.02%-
HSV(B)207.43º29.91%45.88%-
XYZ11.3412.3918.62-
YUV97.14139.21117.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 117 (46.09% from 255) = 39%
R=27.33%
G=33.67%
B=39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821011170.300.1400.54207.4317.5939.02
Hex5265751EE036cf1227
Octal12214516536160663172247
Binary10100101100101111010111110111001101101100111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526575; }

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

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

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

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

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

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

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

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