#56606A

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

Shades of Shuttle Grey #56606A

Tints of Shuttle Grey #56606A

Color information

#56606A (or 0x56606A) is unknown color: approx Shuttle Grey. HEX triplet: 56, 60 and 6A. RGB value is (86,96,106). Sum of RGB (Red+Green+Blue) = 86+96+106=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 106 - color contains mainly: blue. Hex color #56606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56606A is #A99F95. Grayscale: #5E5E5E. Windows color (decimal): -11116438 or 6971478. OLE color: 6971478.

HSL color Cylindrical-coordinate representation of color #56606A: hue angle of 210º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #56606A is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8696106-
CMYK0.190.0900.58
HSL210º10.42%37.65%-
HSV(B)210º18.87%41.57%-
XYZ10.6211.3815.27-
YUV94.15134.69122.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.86%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=29.86%
G=33.33%
B=36.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86961060.190.0900.5821010.4237.65
Hex56606A13903Ad2a26
Octal12614015223110723221246
Binary1010110110000011010101001110010111010110100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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