#56626E

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

Shades of Shuttle Grey #56626E

Tints of Shuttle Grey #56626E

Color information

#56626E (or 0x56626E) is unknown color: approx Shuttle Grey. HEX triplet: 56, 62 and 6E. RGB value is (86,98,110). Sum of RGB (Red+Green+Blue) = 86+98+110=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 110 - color contains mainly: blue. Hex color #56626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56626E is #A99D91. Grayscale: #5F5F5F. Windows color (decimal): -11115922 or 7234134. OLE color: 7234134.

HSL color Cylindrical-coordinate representation of color #56626E: hue angle of 210º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #56626E is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8698110-
CMYK0.220.1100.57
HSL210º12.24%38.43%-
HSV(B)210º21.82%43.14%-
XYZ11.0211.8416.46-
YUV95.78136.02121.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.25%
GREEN value IS 98 (38.67% from 255) = 33.33%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=29.25%
G=33.33%
B=37.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86981100.220.1100.5721012.2438.43
Hex56626E16B039d2c26
Octal12614215626130713221446
Binary1010110110001011011101011010110111001110100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56626E; }

 p { color: rgb(86,98,110); }

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

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

 a { background-color: rgb(86,98,110); }

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

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

 span { border-color: rgb(86,98,110); }

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