#5A6272

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

Shades of Shuttle Grey #5A6272

Tints of Shuttle Grey #5A6272

Color information

#5A6272 (or 0x5A6272) is unknown color: approx Shuttle Grey. HEX triplet: 5A, 62 and 72. RGB value is (90,98,114). Sum of RGB (Red+Green+Blue) = 90+98+114=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A6272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6272 is #A59D8D. Grayscale: #616161. Windows color (decimal): -10853774 or 7496282. OLE color: 7496282.

HSL color Cylindrical-coordinate representation of color #5A6272: hue angle of 220º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A6272 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9098114-
CMYK0.210.1400.55
HSL220º11.76%40%-
HSV(B)220º21.05%44.71%-
XYZ11.6212.1217.65-
YUV97.43137.35122.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.80%
GREEN value IS 98 (38.67% from 255) = 32.45%
BLUE value IS 114 (44.92% from 255) = 37.75%
R=29.80%
G=32.45%
B=37.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90981140.210.1400.5522011.7640
Hex5A627215E037dcc28
Octal13214216225160673341450
Binary1011010110001011100101010111100110111110111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A6272; }

 p { color: rgb(90,98,114); }

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

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

 a { background-color: rgb(90,98,114); }

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

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

 span { border-color: rgb(90,98,114); }

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