Html Css Color HEX #56616D Shuttle Grey

📋 copy color: '#56616D'

red 86 ◦ green 97 ◦ blue 109

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

Shades of Shuttle Grey #56616D

Tints of Shuttle Grey #56616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.22%

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

R = 29.45%
G = 33.22%
B = 37.33%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56616D (or 0x56616D) is known color: Shuttle Grey. HEX triplet: 56, 61 and 6D. RGB value is (86,97,109). Sum of RGB (Red+Green+Blue) = 86+97+109=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 109 - color contains mainly: blue. Hex color #56616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56616D is #A99E92. Grayscale: #5F5F5F. Windows color (decimal): -11116179 or 7168342. OLE color: 7168342.

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

Color convert

RGB 86 97 109 -
CMYK 0.21 0.11 0 0.57
HSL 211.3º 0.12% 0.38% -
HSV(B) 211.3º 0.21% 0.43% -
XYZ 10.87 11.63 16.14 -
YUV 95.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 86 97 109 0.21 0.11 0 0.57 211.3 0.12 0.38
Hex 56 61 6D 15 B 0 39 D3 C 26
Octal 126 141 155 25 13 0 71 323 14 46
Binary 1010110 1100001 1101101 10101 1011 0 111001 11010011 1100 100110

Color Harmonies of #56616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56616D

Black with #56616D

Text Example


Text Example

White with #56616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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