#526171

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

Shades of Shuttle Grey #526171

Tints of Shuttle Grey #526171

Color information

#526171 (or 0x526171) is unknown color: approx Shuttle Grey. HEX triplet: 52, 61 and 71. RGB value is (82,97,113). Sum of RGB (Red+Green+Blue) = 82+97+113=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #526171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526171 is #AD9E8E. Grayscale: #5E5E5E. Windows color (decimal): -11378319 or 7430482. OLE color: 7430482.

HSL color Cylindrical-coordinate representation of color #526171: hue angle of 210.97º 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 #526171 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8297113-
CMYK0.270.1400.56
HSL210.97º15.9%38.24%-
HSV(B)210.97º27.43%44.31%-
XYZ10.7411.5417.28-
YUV94.34138.53119.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 97 (38.28% from 255) = 33.22%
BLUE value IS 113 (44.53% from 255) = 38.70%
R=28.08%
G=33.22%
B=38.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82971130.270.1400.56210.9715.938.24
Hex5261711BE038d31026
Octal12214116133160703232046
Binary10100101100001111000111011111001110001101001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526171; }

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

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

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

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

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

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

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

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