Html Css Color HEX #56656D Shuttle Grey

📋 copy color: '#56656D'

red 86 ◦ green 101 ◦ blue 109

#56656D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shuttle Grey #56656D

Tints of Shuttle Grey #56656D

RGB

 RED value IS 86 (33.98% from 255) = 29.05%

 GREEN value IS 101 (39.84% from 255) = 34.12%

 BLUE value IS 109 (42.97% from 255) = 36.82%

R = 29.05%
G = 34.12%
B = 36.82%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56656D (or 0x56656D) is known color: Shuttle Grey. HEX triplet: 56, 65 and 6D. RGB value is (86,101,109). Sum of RGB (Red+Green+Blue) = 86+101+109=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 109 - color contains mainly: blue. Hex color #56656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56656D is #A99A92. Grayscale: #616161. Windows color (decimal): -11115155 or 7169366. OLE color: 7169366.

HSL color Cylindrical-coordinate representation of color #56656D: hue angle of 200.87º 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 #56656D is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 101 109 -
CMYK 0.21 0.07 0 0.57
HSL 200.87º 0.12% 0.38% -
HSV(B) 200.87º 0.21% 0.43% -
XYZ 11.25 12.39 16.27 -
YUV 97.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 86 101 109 0.21 0.07 0 0.57 200.87 0.12 0.38
Hex 56 65 6D 15 7 0 39 C9 C 26
Octal 126 145 155 25 7 0 71 311 14 46
Binary 1010110 1100101 1101101 10101 111 0 111001 11001001 1100 100110

Color Harmonies of #56656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56656D

Black with #56656D

Text Example


Text Example

White with #56656D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56656D;
 }
 .AnyTagClassName
 {
   color: #56656D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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