#526271

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

Shades of Shuttle Grey #526271

Tints of Shuttle Grey #526271

Color information

#526271 (or 0x526271) is unknown color: approx Shuttle Grey. HEX triplet: 52, 62 and 71. RGB value is (82,98,113). Sum of RGB (Red+Green+Blue) = 82+98+113=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #526271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526271 is #AD9D8E. Grayscale: #5E5E5E. Windows color (decimal): -11378063 or 7430738. OLE color: 7430738.

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

Color convert

RGB8298113-
CMYK0.270.1300.56
HSL209.03º15.9%38.24%-
HSV(B)209.03º27.43%44.31%-
XYZ10.8311.7217.31-
YUV94.93138.2118.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 113 (44.53% from 255) = 38.57%
R=27.99%
G=33.45%
B=38.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82981130.270.1300.56209.0315.938.24
Hex5262711BD038d11026
Octal12214216133150703212046
Binary10100101100010111000111011110101110001101000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526271; }

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

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

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

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

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

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

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

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