#56606D

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

Shades of Shuttle Grey #56606D

Tints of Shuttle Grey #56606D

Color information

#56606D (or 0x56606D) is unknown color: approx Shuttle Grey. HEX triplet: 56, 60 and 6D. RGB value is (86,96,109). Sum of RGB (Red+Green+Blue) = 86+96+109=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #56606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56606D is #A99F92. Grayscale: #5E5E5E. Windows color (decimal): -11116435 or 7168086. OLE color: 7168086.

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

Color convert

RGB8696109-
CMYK0.210.1200.57
HSL213.91º11.79%38.24%-
HSV(B)213.91º21.1%42.75%-
XYZ10.7811.4516.11-
YUV94.49136.19121.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.55%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=29.55%
G=32.99%
B=37.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86961090.210.1200.57213.9111.7938.24
Hex56606D15C039d6c26
Octal12614015525140713261446
Binary1010110110000011011011010111000111001110101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56606D; }

 p { color: rgb(86,96,109); }

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

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

 a { background-color: rgb(86,96,109); }

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

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

 span { border-color: rgb(86,96,109); }

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