#526573

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

Shades of Shuttle Grey #526573

Tints of Shuttle Grey #526573

Color information

#526573 (or 0x526573) is unknown color: approx Shuttle Grey. HEX triplet: 52, 65 and 73. RGB value is (82,101,115). Sum of RGB (Red+Green+Blue) = 82+101+115=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #526573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526573 is #AD9A8C. Grayscale: #606060. Windows color (decimal): -11377293 or 7562578. OLE color: 7562578.

HSL color Cylindrical-coordinate representation of color #526573: hue angle of 205.45º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #526573 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB82101115-
CMYK0.290.1200.55
HSL205.45º16.75%38.63%-
HSV(B)205.45º28.7%45.1%-
XYZ11.2312.3418.01-
YUV96.92138.21117.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=27.52%
G=33.89%
B=38.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821011150.290.1200.55205.4516.7538.63
Hex5265731DC037cd1127
Octal12214516335140673152147
Binary10100101100101111001111101110001101111100110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526573; }

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

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

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

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

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

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

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

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