#526471

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

Shades of Shuttle Grey #526471

Tints of Shuttle Grey #526471

Color information

#526471 (or 0x526471) is unknown color: approx Shuttle Grey. HEX triplet: 52, 64 and 71. RGB value is (82,100,113). Sum of RGB (Red+Green+Blue) = 82+100+113=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 113 - color contains mainly: blue. Hex color #526471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526471 is #AD9B8E. Grayscale: #606060. Windows color (decimal): -11377551 or 7431250. OLE color: 7431250.

HSL color Cylindrical-coordinate representation of color #526471: hue angle of 205.16º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #526471 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB82100113-
CMYK0.270.1200.56
HSL205.16º15.9%38.24%-
HSV(B)205.16º27.43%44.31%-
XYZ11.0212.117.38-
YUV96.1137.54117.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 113 (44.53% from 255) = 38.31%
R=27.80%
G=33.90%
B=38.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821001130.270.1200.56205.1615.938.24
Hex5264711BC038cd1026
Octal12214416133140703152046
Binary10100101100100111000111011110001110001100110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526471; }

 p { color: rgb(82,100,113); }

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

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

 a { background-color: rgb(82,100,113); }

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

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

 span { border-color: rgb(82,100,113); }

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