#5A6572

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

Shades of Shuttle Grey #5A6572

Tints of Shuttle Grey #5A6572

Color information

#5A6572 (or 0x5A6572) is unknown color: approx Shuttle Grey. HEX triplet: 5A, 65 and 72. RGB value is (90,101,114). Sum of RGB (Red+Green+Blue) = 90+101+114=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A6572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6572 is #A59A8D. Grayscale: #636363. Windows color (decimal): -10853006 or 7497050. OLE color: 7497050.

HSL color Cylindrical-coordinate representation of color #5A6572: hue angle of 212.5º 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 #5A6572 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB90101114-
CMYK0.210.1100.55
HSL212.5º11.76%40%-
HSV(B)212.5º21.05%44.71%-
XYZ11.9112.717.74-
YUV99.19136.36121.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.51%
GREEN value IS 101 (39.84% from 255) = 33.11%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=29.51%
G=33.11%
B=37.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal901011140.210.1100.55212.511.7640
Hex5A657215B037d4c28
Octal13214516225130673241450
Binary1011010110010111100101010110110110111110101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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